From: Jon Bailey Date: Thu, 7 May 2026 12:28:01 +0000 (+0100) Subject: doc: Clarification of text in ec stretch cluster design X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68797%2Fhead;p=ceph.git 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 --- 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.