Skip to content

Commit

Permalink
Merge pull request ceph#25737 from arthurhsliu/patch-1
Browse files Browse the repository at this point in the history
doc: fix typo in erasure coding example

Reviewed-by: Neha Ojha <[email protected]>
Reviewed-by: Patrick Donnelly <[email protected]>
  • Loading branch information
neha-ojha authored Jan 30, 2019
2 parents 0a506c8 + 8da2291 commit 023b5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 023b5f6

Please sign in to comment.