ctdb-common: Do not abort if restoring scheduling policy fails
authorAmitay Isaacs <amitay@gmail.com>
Fri, 6 Jun 2014 02:27:29 +0000 (12:27 +1000)
committerMartin Schwenke <martins@samba.org>
Thu, 12 Jun 2014 03:40:10 +0000 (05:40 +0200)
commitfb0b389dc17ee4626f07f2056edecddc51286281
treed71c5e1eb89cdd3eac5fade0ae1cc6d97d656193
parent19fcf6ff5206b14c481f078371f5b407d43900b7
ctdb-common: Do not abort if restoring scheduling policy fails

This code is only executed in child processes, so aborting does not
really achieve much.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/common/ctdb_util.c