Skip to content

Commit f07b35b

Browse files
committed
Merge pull request #17368 from spalger/docs/clarifyMinMasterCheck
[docs] clarify where discovery.zen.minimum_master_node is required
2 parents 361adcf + ce44bbf commit f07b35b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/migration/migrate_5_0/settings.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ name of the setting must be prefixed with `es.`.
213213

214214
==== Discovery Settings
215215

216-
The `discovery.zen.minimum_master_node` must bet set for nodes that are bound
217-
to a non-loopback network interface. We see those nodes as in "production" mode and
218-
thus require the setting.
219-
220-
216+
The `discovery.zen.minimum_master_node` must bet set for nodes that have
217+
`network.host`, `network.bind_host`, `network.publish_host`,
218+
`transport.host`, `transport.bind_host`, or `transport.publish_host`
219+
configuration options set. We see those nodes as in "production" mode
220+
and thus require the setting.

0 commit comments

Comments
 (0)