summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2013-08-05 15:28:33 +0200
committerLoic Dachary <loic@dachary.org>2013-08-05 15:28:33 +0200
commit349e7900a95dbe4f4470fc568c265dd8b5c07a52 (patch)
tree1f1533b6acd0091456e9bb753c8c3677bb935843
parent423614777d36654a67213b9c9b93bacbce3453db (diff)
downloadceph-349e7900a95dbe4f4470fc568c265dd8b5c07a52.tar.gz
Add links to peering related tracker items.
Signed-off-by: Loic Dachary <loic@dachary.org>
-rw-r--r--doc/dev/osd_internals/erasure_coding.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/dev/osd_internals/erasure_coding.rst b/doc/dev/osd_internals/erasure_coding.rst
index 6455544d109..cc5687ab788 100644
--- a/doc/dev/osd_internals/erasure_coding.rst
+++ b/doc/dev/osd_internals/erasure_coding.rst
@@ -122,11 +122,12 @@ we will be able to provide at least M chunks of any divergent object.
Core Changes:
-- PG::choose_acting(), etc. need to be generalized to use PGBackend to
- determine the authoritative log.
-- PG::RecoveryState::GetInfo needs to use PGBackend to determine
- whether it has enough infos to continue with authoritative log
- selection.
+- `PG::choose_acting(), etc. need to be generalized to use PGBackend
+ <http://tracker.ceph.com/issues/5860>`_ to determine the
+ authoritative log.
+- `PG::RecoveryState::GetInfo needs to use PGBackend
+ <http://tracker.ceph.com/issues/5859>`_ to determine whether it has
+ enough infos to continue with authoritative log selection.
PGBackend interfaces: