Docs: Made config comment about min_master_nodes more explicit
Closes #2818
This commit is contained in:
parent
7f2b18864c
commit
f28ada6416
|
@ -298,8 +298,8 @@
|
||||||
# and master node is elected. Multicast discovery is the default.
|
# and master node is elected. Multicast discovery is the default.
|
||||||
|
|
||||||
# Set to ensure a node sees N other master eligible nodes to be considered
|
# Set to ensure a node sees N other master eligible nodes to be considered
|
||||||
# operational within the cluster. Its recommended to set it to a higher value
|
# operational within the cluster. This should be set to a quorum/majority of
|
||||||
# than 1 when running more than 2 nodes in the cluster.
|
# the master-eligible nodes in the cluster.
|
||||||
#
|
#
|
||||||
#discovery.zen.minimum_master_nodes: 1
|
#discovery.zen.minimum_master_nodes: 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue