From 403be2a0ef293789d41a33bdde790e832126ad92 Mon Sep 17 00:00:00 2001 From: Jon Bailey Date: Thu, 7 May 2026 13:28:01 +0100 Subject: [PATCH] doc: Clarification of text in ec stretch cluster design Information regarding min_size in the EC Cluster Design doc was unclear in regards to the intention of what we want to develop. This commit is to clarify this so it is clear to readers. Signed-off-by: Jon Bailey --- doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst b/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst index 07bcc6185680..01e829d7bf52 100644 --- a/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst +++ b/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst @@ -247,8 +247,7 @@ These parameters are intended for advanced users and offer finer control over th **--min_size** - *Definition*: The minimum number of shards required to serve I/O within a zone. - - *Format*: Now always specified as a target range: ``1-`` for replica pools, - or ``-+`` for EC pools. + - *Note*: The value should be within allowed specified ranges. For replica pools this range is ``1-``, for EC pools this is ``-+``. **--crush_rule** - *Definition*: Use this CRUSH rule, instead of an auto-generated rule. -- 2.47.3