Skip to content

Commit 01a0dae

Browse files
committed
[DOCS] Fix shrink index API prereqs (#84197)
1 parent 3e0eb1f commit 01a0dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/indices/shrink-index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ POST /my-index-000001/_shrink/shrunk-my-index-000001
3131
* Before you can shrink an index:
3232

3333
** The index must be read-only.
34-
** All primary shards for the index must reside on the same node.
34+
** A copy of every shard in the index must reside on the same node.
3535
** The index must have a `green` <<cluster-health,health status>>.
3636

3737
To make shard allocation easier, we recommend you also remove the index's

0 commit comments

Comments
 (0)