From: Loic Dachary Date: Mon, 5 Aug 2013 13:36:28 +0000 (+0200) Subject: Add links to OSD internals related tracker items. X-Git-Tag: v0.68~42^2~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0304dfbc5f3a63a24ae4a8ab67556b2b8a153064;p=ceph.git Add links to OSD internals related tracker items. Signed-off-by: Loic Dachary --- diff --git a/doc/dev/osd_internals/erasure_coding.rst b/doc/dev/osd_internals/erasure_coding.rst index 31642db7a4a8..df21d3dccdc8 100644 --- a/doc/dev/osd_internals/erasure_coding.rst +++ b/doc/dev/osd_internals/erasure_coding.rst @@ -188,12 +188,14 @@ include the chunk id in the object key. Core changes: -- The filestore vhobject_t needs to also include a chunk id making it - more like tuple. +- The filestore `vhobject_t needs to also include a chunk id + `_ making it more like + tuple. - coll_t needs to include a chunk_id_t. -- The OSD pg_map and similar pg mappings need to work in terms of a - cpg_t (essentially pair). Similarly, pg->pg - messages need to include a chunk_id_t +- The `OSD pg_map and similar pg mappings need to work in terms of a + cpg_t `_ (essentially + pair). Similarly, pg->pg messages need to include + a chunk_id_t - For client->PG messages, the OSD will need a way to know which PG chunk should get the message since the OSD may contain both a primary and non-primary chunk for the same pg