ceph/doc/dev/osd_internals/erasure_coding.rst
Loic Dachary 8bf3971b7e rearrange the documentation to be inserted and maintained in master
Signed-off-by: Loic Dachary <loic@dachary.org>
2013-08-09 23:26:49 +02:00

19 lines
653 B
ReStructuredText

==============================
Erasure Coded Placement Groups
==============================
The documentation of the erasure coding implementation in Ceph was
created in July 2013. It is included in Ceph even before erasure
coding is available because it drives a number of architectural
changes. It is meant to be updated to reflect the `progress of these
architectural changes <http://tracker.ceph.com/issues/4929>`_, up to
the point where it becomes a reference of the erasure coding
implementation itself.
.. toctree::
:maxdepth: 1
High level design document <erasure_coding/pgbackend>
Developer notes <erasure_coding/developer_notes>