...two avoid the situation where on two nodes daemons assuming authoritative knowledge of the configuration. Fixes issue 821.
Klaus Aehlig (5): 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 Forcefully start the temporary wconfd Makefile.am | 2 + daemons/daemon-util.in | 2 +- lib/bootstrap.py | 5 +- src/Ganeti/Daemon/Utils.hs | 108 ++++++++++++++++++++++++++++++++++++++ src/Ganeti/Query/Server.hs | 66 ++--------------------- src/Ganeti/WConfd/Server.hs | 5 +- test/py/daemon-util_unittest.bash | 4 +- 7 files changed, 123 insertions(+), 69 deletions(-) create mode 100644 src/Ganeti/Daemon/Utils.hs -- 1.9.1.423.g4596e3a
