]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Add links to OSD internals related tracker items. 482/head
authorLoic Dachary <loic@dachary.org>
Mon, 5 Aug 2013 13:36:28 +0000 (15:36 +0200)
committerLoic Dachary <loic@dachary.org>
Mon, 5 Aug 2013 13:36:28 +0000 (15:36 +0200)
Signed-off-by: Loic Dachary <loic@dachary.org>
doc/dev/osd_internals/erasure_coding.rst

index 31642db7a4a8f5da3e0a6620d4096857466d53ad..df21d3dccdc80de7846dfe0a127dab3c51018ffe 100644 (file)
@@ -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<hobject_t, version_t, chunk_id_t>.
+- The filestore `vhobject_t needs to also include a chunk id
+  <http://tracker.ceph.com/issues/5862>`_ making it more like
+  tuple<hobject_t, version_t, chunk_id_t>.
 - 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<pg_t, chunk_id_t>).  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 <http://tracker.ceph.com/issues/5863>`_ (essentially
+  pair<pg_t, chunk_id_t>).  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