[DOCS] fixes word usage in allocation awareness docs

This commit is contained in:
Ali Beyad 2016-11-25 11:47:40 -05:00
parent 28dc02f01a
commit 51bfecc7cb
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ cluster.routing.allocation.awareness.attributes: zone
Now, if we start 2 nodes with `node.attr.zone` set to `zone1` and create an index
with 5 shards and 1 replica. The index will be created, but only the 5 primary
shards will be allocated (with no replicas). Only when we start more shards
shards will be allocated (with no replicas). Only when we start more nodes
with `node.attr.zone` set to `zone2` will the replicas be allocated.
The `cluster.routing.allocation.awareness.*` settings can all be updated