]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typo in erasure coding example 25737/head
authorArthur Liu <arthurhsliu@users.noreply.github.com>
Tue, 1 Jan 2019 22:48:03 +0000 (09:48 +1100)
committerArthur Liu <arthurhsliu@users.noreply.github.com>
Fri, 25 Jan 2019 21:44:42 +0000 (08:44 +1100)
Signed-off-by: Arthur Liu <arthurhsliu@gmail.com>
doc/architecture.rst

index 0aa1686d9224a37c0ce32d49ac80d100d629c04f..6d24c5844c10de0780403e84b7e1b387f3058c14 100644 (file)
@@ -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