Skip to content

Commit 7b2222d

Browse files
authored
Fix wording on node roles (elastic#123939)
In the 8.17 docs there is a statement that intends to say that nodes without roles are coordinating-only nodes. However, the wording was misleading because it referred to leaving the setting _unset_ rather than explictly setting it to _empty_.
1 parent 66ce431 commit 7b2222d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/modules/node.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ The following additional roles are available:
4646

4747
* `voting_only`
4848

49-
[[coordinating-only-node]]If you leave `node.roles` unset, then the node is considered to be a <<coordinating-only-node-role,coordinating only node>>.
49+
[[coordinating-only-node]]If you set `node.roles` to an empty array (`node.roles: [ ]`),
50+
then the node is considered to be a <<coordinating-only-node-role,coordinating only node>>.
5051

5152
[IMPORTANT]
5253
====
@@ -155,4 +156,4 @@ including:
155156

156157
* <<cluster-name,`cluster.name`>>
157158
* <<node-name,`node.name`>>
158-
* <<modules-network,network settings>>
159+
* <<modules-network,network settings>>

0 commit comments

Comments
 (0)