summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2013-08-05 15:32:17 +0200
committerLoic Dachary <loic@dachary.org>2013-08-05 15:32:17 +0200
commit0d1040d7986a112531d0801ca22b4248d3ce13aa (patch)
tree9b5091eb277807a39a054fad1131dafee2fff0b4
parent349e7900a95dbe4f4470fc568c265dd8b5c07a52 (diff)
downloadceph-0d1040d7986a112531d0801ca22b4248d3ce13aa.tar.gz
Add links to scrub related tracker items.
Signed-off-by: Loic Dachary <loic@dachary.org>
-rw-r--r--doc/dev/osd_internals/erasure_coding.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/osd_internals/erasure_coding.rst b/doc/dev/osd_internals/erasure_coding.rst
index cc5687ab788..31642db7a4a 100644
--- a/doc/dev/osd_internals/erasure_coding.rst
+++ b/doc/dev/osd_internals/erasure_coding.rst
@@ -235,7 +235,7 @@ Thus, each replica instead simply computes a crc32 of its own stored
chunk and compares it with the locally stored checksum. The replica
then reports to the primary whether the checksums match.
-PGBackend interfaces:
+`PGBackend interfaces <http://tracker.ceph.com/issues/5861>`_:
- scan()
- scrub()