mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
More specific cluster.initial_master_nodes
instructions (#101493)
In the note on forming a single cluster we describe what to do if inadvertently forming extra clusters, but we can be more explicit about what to do with `cluster.initial_master_nodes` in these instructions. This commit adds the missing details.
This commit is contained in:
parent
26c7b9f42a
commit
9b51d9972d
1 changed files with 4 additions and 1 deletions
|
@ -151,7 +151,8 @@ a separate single-node cluster then you must start again:
|
||||||
folder>>.
|
folder>>.
|
||||||
|
|
||||||
. Configure `discovery.seed_hosts` or `discovery.seed_providers` and other
|
. Configure `discovery.seed_hosts` or `discovery.seed_providers` and other
|
||||||
relevant discovery settings.
|
relevant discovery settings. Ensure `cluster.initial_master_nodes` is not set
|
||||||
|
on any node.
|
||||||
|
|
||||||
. Restart the node and verify that it joins the existing cluster rather than
|
. Restart the node and verify that it joins the existing cluster rather than
|
||||||
forming its own one-node cluster.
|
forming its own one-node cluster.
|
||||||
|
@ -171,4 +172,6 @@ relevant discovery settings.
|
||||||
|
|
||||||
. Restart all the nodes and verify that they have formed a single cluster.
|
. Restart all the nodes and verify that they have formed a single cluster.
|
||||||
|
|
||||||
|
. Remove `cluster.initial_master_nodes` from every node's configuration.
|
||||||
|
|
||||||
****
|
****
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue