Update cluster.asciidoc - fix invalid asciidoc

This commit is contained in:
Clinton Gormley 2014-11-04 15:22:36 +01:00
parent 8163107be5
commit 5797682bd0
1 changed files with 8 additions and 10 deletions

View File

@ -43,12 +43,10 @@ kinds of shard to be allocated.
--
Can be set to:
[horizontal]
`all`:: (default) Allows shard allocation for all kinds of shards.
`primaries`:: Allows shard allocation only for primary shards.
`new_primaries`:: Allows shard allocation only for primary shards for new indices.
`none`::No shard allocations of any kind are allowed for all indices.
* `all` - (default) Allows shard allocation for all kinds of shards.
* `primaries` - Allows shard allocation only for primary shards.
* `new_primaries` - Allows shard allocation only for primary shards for new indices.
* `none` - No shard allocations of any kind are allowed for all indices.
--
`cluster.routing.rebalance.enable`::
@ -59,10 +57,10 @@ kinds of shard to be rebalanced.
--
Can be set to:
`all`:: (default) Allows shard balancing for all kinds of shards.
`primaries`:: Allows shard balancing only for primary shards.
`replicas`:: Allows shard balancing only for replica shards.
`none`:: No shard balancing of any kind are allowed for all indices.
* `all` - (default) Allows shard balancing for all kinds of shards.
* `primaries` - Allows shard balancing only for primary shards.
* `replicas` - Allows shard balancing only for replica shards.
* `none` - No shard balancing of any kind are allowed for all indices.
--
`cluster.routing.allocation.same_shard.host`::