]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix incorrect equalities
authorAdam Spiers <aspiers@suse.com>
Sun, 16 Nov 2014 20:51:16 +0000 (15:51 -0500)
committerAdam Spiers <aspiers@suse.com>
Sun, 16 Nov 2014 21:03:18 +0000 (16:03 -0500)
The previous punctuation accidentally implied that K == 1 and M == -1.

Signed-off-by: Adam Spiers <aspiers@suse.com>
doc/architecture.rst

index ad17d31f9f220dc4941224ab0626b252604efc9a..72bbc0ec5bfb3131d07faa93ba881131bc7db472 100644 (file)
@@ -963,7 +963,7 @@ on **OSD 3**.
 But accidents happen. If **OSD 1** goes down while ``D2v2`` is still in flight,
 the object's version 2 is partially written: **OSD 3** has one chunk but that is
 not enough to recover. It lost two chunks: ``D1v2`` and ``D2v2`` and the
-erasure coding parameters ``K = 2 + M = 1`` require that at least two chunks are
+erasure coding parameters ``K = 2``, ``M = 1`` require that at least two chunks are
 available to rebuild the third. **OSD 4** becomes the new primary and finds that
 the ``last_complete`` log entry (i.e., all objects before this entry were known
 to be available on all OSDs in the previous acting set ) is ``1,1`` and that