From: Arthur Liu Date: Tue, 1 Jan 2019 22:48:03 +0000 (+1100) Subject: doc: fix typo in erasure coding example X-Git-Tag: v14.1.0~259^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25737%2Fhead;p=ceph.git doc: fix typo in erasure coding example Signed-off-by: Arthur Liu --- diff --git a/doc/architecture.rst b/doc/architecture.rst index 0aa1686d9224..6d24c5844c10 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -676,7 +676,7 @@ encoding function splits the content into three data chunks simply by dividing the content in three: the first contains ``ABC``, the second ``DEF`` and the last ``GHI``. The content will be padded if the content length is not a multiple of ``K``. The function also creates two coding chunks: the fourth with ``YXY`` -and the fifth with ``GQC``. Each chunk is stored in an OSD in the acting set. +and the fifth with ``QGC``. Each chunk is stored in an OSD in the acting set. The chunks are stored in objects that have the same name (**NYAN**) but reside on different OSDs. The order in which the chunks were created must be preserved and is stored as an attribute of the object (``shard_t``), in addition to its