logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

corosync-quorumtool - Set and display quorum settings.

Author

       Angus Salkeld

                                                   2019-02-14                             COROSYNC-QUORUMTOOL(8)

Description

       Display the current state of quorum in the cluster and set vote quorum options.

Exit Status

       corosync-quorumtool may return one of several error codes if it encounters problems.

       0      No problems occurred (quorate for -s operation).

       1      Generic error code.

       2      Not quorate (returned only for -s operation).

Name

       corosync-quorumtool - Set and display quorum settings.

Options

-s     show quorum status

       -m     constantly monitor quorum status

       -l     list nodes

       -p     when used with -s or -l, generates machine parsable output

       -v<votes>
              change the number of votes for a node *

       -n<nodeid>
              optional nodeid of node for -v

       -e<expected>
              change expected votes for the cluster *

       -H     show nodeids in hexadecimal rather than decimal

       -i     show node IP addresses instead of the resolved name

       -p     when used with -s or -l, generates machine parsable output

       -o<a|n|i>
              Orders the output of the nodes list. By default or with -oa nodes are listed in IP address  order:
              as  they come from corosync. -on will order the nodes based on their name, and -oi will order them
              based on their node ID.

       -a     Show the name or IP address (see -i above) of all interfaces in use on the nodes, rather than just
              the first one.

       -f     forcefully unregister a quorum device *DANGEROUS* *

       -h(ifnootherargument)
              show this help text

       -V     show version and exit

       * Starred items only work if votequorum is the quorum provider for corosync

See Also

corosync_overview(7), votequorum_overview(3),

Synopsis

corosync-quorumtool[-s][-m][-l][-p][-vvotes][-nnodeid][-eexpected][-H][-i][-o<a|n|i>][-a][-f][-h][-V]

See Also