ctdbd: "init" event should run earlier in daemon initialisation
commit26d0746b5dadd7b539ab7415f81890ff622c760b
authorMartin Schwenke <martin@meltin.net>
Sun, 16 Jun 2013 09:49:02 +0000 (16 19:49 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 20 Jun 2013 03:01:09 +0000 (20 13:01 +1000)
treecfd63993ef25de5108b7e64ac6aa4b75cc59fb59
parenta4f4e391f03eec04789811933cb5ae8405385b00
ctdbd: "init" event should run earlier in daemon initialisation

It should run before:

* the transport is started;
* databases are attached; and
* processing configuration files (e.g. nodes, public_addresses).

Signed-off-by: Martin Schwenke <martin@meltin.net>
Pair-programmed-with: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit 0a0c8543f167e11b75a622513367b083e42cbd3f)
ctdb/server/ctdb_daemon.c