]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: update erasure-code.rst with review comments.
authorGregory Farnum <gfarnum@redhat.com>
Fri, 28 Jun 2019 20:59:13 +0000 (13:59 -0700)
committerNeha Ojha <nojha@redhat.com>
Fri, 28 Jun 2019 21:52:47 +0000 (14:52 -0700)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
doc/rados/operations/erasure-code.rst

index c49d06bb52e72016aa49ab1c73e3e055ef80f962..7808ad0b424aef8b1f2dc451505407d2c92cbc16 100644 (file)
@@ -172,7 +172,8 @@ In Octopus, erasure coded pools can recover as long as there are at least *K* sh
 available. (With fewer than *K* shards, you have actually lost data!)
 
 Prior to Octopus, erasure coded pools required at least *min_size* shards to be
-available. (We generally recommend min_size be *K+2* or more to prevent loss of writes and data.)
+available, even if *min_size* is greater than *K*. (We generally recommend min_size
+be *K+2* or more to prevent loss of writes and data.)
 This conservative decision was made out of an abundance of caution when designing the new pool
 mode but also meant pools with lost OSDs but no data loss were unable to recover and go active
 without manual intervention to change the *min_size*.