From 0304dfbc5f3a63a24ae4a8ab67556b2b8a153064 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 5 Aug 2013 15:36:28 +0200 Subject: [PATCH] Add links to OSD internals related tracker items. Signed-off-by: Loic Dachary --- doc/dev/osd_internals/erasure_coding.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 -- 2.47.3