ctdbd: When the "setup" event fails log an error and exit, don't abort
authorMartin Schwenke <martin@meltin.net>
Fri, 11 Jan 2013 07:02:51 +0000 (18:02 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 24 May 2013 04:08:07 +0000 (14:08 +1000)
commitc50eca6fbf49a6c7bf50905334704f8d2d3237d7
tree83c64aed206336636c60a1a3f0c04cdee9d29ed6
parent39a43feae7c7de07ddaf2d6cb962f923d47d0c19
ctdbd: When the "setup" event fails log an error and exit, don't abort

The "setup" event can fail when one of the eventscripts fails to run
its "setup" event.  If this occurs then the eventscript should log an
error.  The stack trace and core file generated when we abort provides
no useful information.

Signed-off-by: Martin Schwenke <martin@meltin.net>
server/ctdb_daemon.c