...two avoid the situation where on two nodes daemons assuming authoritative knowledge of the configuration. Fixes issue 821.
Klaus Aehlig (4): Start noded before wconfd Move master verification to utils collection Move the handling of the voting-related options to Utils Make WConfD also verify its master position Makefile.am | 2 + daemons/daemon-util.in | 2 +- src/Ganeti/Daemon/Utils.hs | 108 ++++++++++++++++++++++++++++++++++++++++++++ src/Ganeti/Query/Server.hs | 66 ++------------------------- src/Ganeti/WConfd/Server.hs | 3 +- 5 files changed, 116 insertions(+), 65 deletions(-) create mode 100644 src/Ganeti/Daemon/Utils.hs -- 1.9.1.423.g4596e3a
