no longer wait at startup for services to become available, instead
authorAndrew Tridgell <tridge@samba.org>
Mon, 24 Sep 2007 00:00:14 +0000 (10:00 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 24 Sep 2007 00:00:14 +0000 (10:00 +1000)
commit3a001b793dd76fb96addf1e2ccb74da326fbcfbc
treee9c7acded53e4c5145b875d2db38c920d6801cca
parentc0f52dbb385fa0748680adb7c40755c92e577551
no longer wait at startup for services to become available, instead
set the node initially unhealthy and let the status monitoring bring the node online.
This fixes a problem with winbindd, where it refused to start because secrets.tdb was not populated
but we could not populate ctdbd, because the net command would not run while ctdbd was still doing startup
and thus frozen
config/events.d/50.samba
config/events.d/60.nfs
server/ctdb_daemon.c
server/ctdb_server.c
tests/ctdb_persistent.c