Skip to content

Commit 103d29f

Browse files
authored
Revert min_read_only_index_version in doc after #119083 (#119125)
1 parent 7304418 commit 103d29f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/reference/indices/shard-stores.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ The API returns the following response:
172172
"attributes": {},
173173
"roles": [...],
174174
"version": "8.10.0",
175-
"min_index_version": 8000099,
176-
"min_read_only_index_version": 7000099,
177-
"max_index_version": 9004000
175+
"min_index_version": 7000099,
176+
"max_index_version": 8100099
178177
},
179178
"allocation_id": "2iNySv_OQVePRX-yaRH_lQ", <4>
180179
"allocation" : "primary|replica|unused" <5>
@@ -194,7 +193,6 @@ The API returns the following response:
194193
// TESTRESPONSE[s/"roles": \[[^]]*\]/"roles": $body.$_path/]
195194
// TESTRESPONSE[s/"8.10.0"/\$node_version/]
196195
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
197-
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
198196
// TESTRESPONSE[s/"max_index_version": 8100099/"max_index_version": $body.$_path/]
199197

200198

0 commit comments

Comments
 (0)