We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0eb1f commit 01a0daeCopy full SHA for 01a0dae
docs/reference/indices/shrink-index.asciidoc
@@ -31,7 +31,7 @@ POST /my-index-000001/_shrink/shrunk-my-index-000001
31
* Before you can shrink an index:
32
33
** The index must be read-only.
34
-** All primary shards for the index must reside on the same node.
+** A copy of every shard in the index must reside on the same node.
35
** The index must have a `green` <<cluster-health,health status>>.
36
37
To make shard allocation easier, we recommend you also remove the index's
0 commit comments