From ada466323ef39d7bcd3c9bc904ec5fe4ea0d5f85 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Thu, 19 Dec 2024 19:38:09 +0100 Subject: [PATCH] Revert min_read_only_index_version in doc after #119083 (#119125) --- docs/reference/indices/shard-stores.asciidoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/indices/shard-stores.asciidoc b/docs/reference/indices/shard-stores.asciidoc index 04b086a758f9d..1b001a3175b8c 100644 --- a/docs/reference/indices/shard-stores.asciidoc +++ b/docs/reference/indices/shard-stores.asciidoc @@ -172,9 +172,8 @@ The API returns the following response: "attributes": {}, "roles": [...], "version": "8.10.0", - "min_index_version": 8000099, - "min_read_only_index_version": 7000099, - "max_index_version": 9004000 + "min_index_version": 7000099, + "max_index_version": 8100099 }, "allocation_id": "2iNySv_OQVePRX-yaRH_lQ", <4> "allocation" : "primary|replica|unused" <5> @@ -194,7 +193,6 @@ The API returns the following response: // TESTRESPONSE[s/"roles": \[[^]]*\]/"roles": $body.$_path/] // TESTRESPONSE[s/"8.10.0"/\$node_version/] // TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/] -// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/] // TESTRESPONSE[s/"max_index_version": 8100099/"max_index_version": $body.$_path/]