ctdbd_pid : dont assign the ctdbd_pid until we have finished startup and thus dont...
authorroot <root@int001st001.VSOFS1.COM>
Mon, 4 Apr 2011 23:20:10 +0000 (09:20 +1000)
committerroot <root@int001st001.VSOFS1.COM>
Mon, 4 Apr 2011 23:20:10 +0000 (09:20 +1000)
commit13ccb717548ac0d5279e1c35bcedac4667bce1e2
treeed3383a7aba00363976b108809dd4d4c769b2ce9
parent811f4fa44a790f741699126a6bd88fd3dc23393a
ctdbd_pid : dont assign the ctdbd_pid until we have finished startup and thus dont log warnings about 'Handling event ...' until startup has finished.

During startup there are some initial setup and commands done synchronous which means it is semi-normal to have the eventsystem blocked for some situations.

Once startup has finished, all handling should be asynchronous so activate the monitoring of the eventsystems at that stage.

CQ S1021936
server/ctdb_daemon.c
server/ctdb_monitor.c