Fix min. master nodes links in boostrap check docs
This commit fixes two links to the minimum master nodes configuration section of the docs in the bootstrap check docs.
This commit is contained in:
parent
e35bd11581
commit
37a3588c37
|
@ -86,14 +86,15 @@ equal to a quorum of master-eligible nodes, it is not possible for the
|
|||
cluster to suffer from split brain because during a network partition
|
||||
there can be at most one side of the partition that contains a quorum of
|
||||
master nodes. The minimum master nodes check enforces that you've set
|
||||
<<minimum_master_nodes>>. To pass the minimum master nodes check, you
|
||||
must configure
|
||||
<<minimum_master_nodes,`discovery.zen.minimum_master_nodes`>>. To pass
|
||||
the minimum master nodes check, you must configure
|
||||
<<minimum_master_nodes,`discovery.zen.minimum_master_nodes`>>.
|
||||
|
||||
NOTE: The minimum master nodes check does not enforce that you've
|
||||
configured <<minimum_master_nodes,`discovery.zen.minimum_master_nodes`>>
|
||||
correctly, only that you have it configured. Elasticsearch does log a
|
||||
warning message if it detects that <<minimum_master_nodes>> is
|
||||
warning message if it detects that
|
||||
<<minimum_master_nodes,`discovery.zen.minimum_master_nodes`>> is
|
||||
incorrectly configured based on the number of master-eligible nodes
|
||||
visible in the cluster state. Future versions of Elasticsearch will
|
||||
contain stricter enforcement of
|
||||
|
|
Loading…
Reference in New Issue