]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: for EC we recommend K+1 52780/head
authorDan van der Ster <dan.vanderster@clyso.com>
Wed, 2 Aug 2023 21:31:07 +0000 (14:31 -0700)
committerZac Dover <zac.dover@proton.me>
Thu, 3 Aug 2023 00:30:24 +0000 (10:30 +1000)
Update the doc to match the reality in the code. I don't know where
the recommendation to have min_size = k+2 came from, but for awhile
now we've defaulted to K+1. See PR #8008.

Signed-off-by: Dan van der Ster <dan.vanderster@clyso.com>
(cherry picked from commit 68faf88e6babf7e5c2cce2b4d9b80a159b38c30d)

doc/rados/operations/erasure-code.rst

index 8befed9e8b3d7ad3fcf3843e8ec43df7b6e9a140..df6932dd9ff73010614e41e6921d3b4c556831f2 100644 (file)
@@ -234,7 +234,7 @@ mode. As a result, however, pools with lost OSDs but without complete data loss
 unable to recover and go active without manual intervention to temporarily change
 the ``min_size`` setting.
 
-We recommend that ``min_size`` be ``K+2`` or greater to prevent loss of writes and
+We recommend that ``min_size`` be ``K+1`` or greater to prevent loss of writes and
 loss of data.