Document that luxid does a voting before starting up. Also document that this can be prevented by the --no-voting option, confirmed by --yes-do-it.
Signed-off-by: Klaus Aehlig <[email protected]> --- man/ganeti-luxid.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/ganeti-luxid.rst b/man/ganeti-luxid.rst index 9487bea..c55691d 100644 --- a/man/ganeti-luxid.rst +++ b/man/ganeti-luxid.rst @@ -35,6 +35,13 @@ The daemon will refuse to start if the user and group do not match the one defined at build time; this behaviour can be overridden by the ``--no-user-checks`` option. +The daemon will refuse to start if it cannot verify that the majority +of cluster nodes believes that it is running on the master node. To +allow failover in a two-node cluster, this can be overridden by the +``--no-voting`` option. As it this is dangerous, the ``--yes-do-it`` +option has to be given as well. + + ROLE ~~~~ -- 1.9.1.423.g4596e3a
