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 <jonathan.bailey1@ibm.com>
**--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-<num replicas>`` for replica pools,
- or ``<num data shards>-<num data shards>+<num coding shards>`` for EC pools.
+ - *Note*: The value should be within allowed specified ranges. For replica pools this range is ``1-<num replicas>``, for EC pools this is ``<num data shards>-<num data shards>+<num coding shards>``.
**--crush_rule**
- *Definition*: Use this CRUSH rule, instead of an auto-generated rule.