Fix typo in Zen Discovery docs
This commit is contained in:
parent
7bf5c45159
commit
79ebe0682c
|
@ -72,7 +72,7 @@ The `discovery.zen.minimum_master_nodes` sets the minimum
|
||||||
number of master eligible nodes that need to join a newly elected master in order for an election to
|
number of master eligible nodes that need to join a newly elected master in order for an election to
|
||||||
complete and for the elected node to accept it's mastership. The same setting controls the minimum number of
|
complete and for the elected node to accept it's mastership. The same setting controls the minimum number of
|
||||||
active master eligible nodes that should be a part of any active cluster. If this requirement is not met the
|
active master eligible nodes that should be a part of any active cluster. If this requirement is not met the
|
||||||
active master node will step down and a new mastser election will be begin.
|
active master node will step down and a new master election will be begin.
|
||||||
|
|
||||||
This setting must be set to a quorum of your master eligible nodes. It is recommended to avoid
|
This setting must be set to a quorum of your master eligible nodes. It is recommended to avoid
|
||||||
having only two master eligible nodes, since a quorum of two is two. Therefore, a loss
|
having only two master eligible nodes, since a quorum of two is two. Therefore, a loss
|
||||||
|
|
Loading…
Reference in New Issue