[Docs] Fix explanation of "cluster.routing.allocation.exclude" (#27735)
This commit is contained in:
parent
5bc2f390a5
commit
94cfc2a0df
|
@ -21,7 +21,7 @@ refers to an arbitrary node attribute.:
|
|||
|
||||
`cluster.routing.allocation.exclude.{attribute}`::
|
||||
|
||||
Do not allocate shards to a node whose `{attribute}` has _none_ of the
|
||||
Do not allocate shards to a node whose `{attribute}` has _any_ of the
|
||||
comma-separated values.
|
||||
|
||||
These special attributes are also supported:
|
||||
|
|
Loading…
Reference in New Issue