]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: clarify availability vs integrity 58123/head
authorGregory O'Neill <oneill.gs@gmail.com>
Tue, 18 Jun 2024 21:17:00 +0000 (17:17 -0400)
committerGregory O'Neill <oneill.gs@gmail.com>
Tue, 18 Jun 2024 21:26:03 +0000 (17:26 -0400)
doc/architecture.rst

index 3f0f9519f5e25e09362ecc08f78b03243c4400bc..702afdc272c23eb5819abe236b6b903a9260c71a 100644 (file)
@@ -739,7 +739,8 @@ of ``K+M`` so that each chunk is stored in an OSD in the acting set. The rank of
 the chunk is stored as an attribute of the object.
 
 For instance an erasure coded pool can be created to use five OSDs (``K+M = 5``) and
-sustain the loss of two of them (``M = 2``).
+sustain the loss of two of them (``M = 2``). Data may be unavailable until (``K+1``)
+shards are restored.
 
 Reading and Writing Encoded Chunks
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~