noded is designed to live on a normal node and hence will not depend on any other daemon. In particular, it is safe to start this daemon first. Starting it after wconfd also allows wconfd to carry out a full voting.
Signed-off-by: Klaus Aehlig <[email protected]> --- daemons/daemon-util.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/daemon-util.in b/daemons/daemon-util.in index a77f1d3..88479db 100644 --- a/daemons/daemon-util.in +++ b/daemons/daemon-util.in @@ -28,8 +28,8 @@ readonly defaults_file="$SYSCONFDIR/default/ganeti" # order is important as there are dependencies between them. On shutdown, # they're stopped in reverse order. DAEMONS=( - ganeti-wconfd ganeti-noded + ganeti-wconfd ganeti-rapi ganeti-luxid ) -- 1.9.1.423.g4596e3a
