From 8da2291e7de46b1e6756565c8a208ef2ec84a5ca Mon Sep 17 00:00:00 2001 From: Arthur Liu Date: Wed, 2 Jan 2019 09:48:03 +1100 Subject: [PATCH] doc: fix typo in erasure coding example Signed-off-by: Arthur Liu --- doc/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 0aa1686d922..6d24c5844c1 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 -- 2.39.5