]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: updated reference link for log based PG
authorJames McClune <jmcclune@mcclunetechnologies.net>
Sun, 24 Feb 2019 21:08:44 +0000 (16:08 -0500)
committerJames McClune <jmcclune@mcclunetechnologies.net>
Sun, 24 Feb 2019 21:08:44 +0000 (16:08 -0500)
Added :ref: label to Log Based PG page. Referenced <log-based-pg>
label on Asynchronous Recovery page.

Fixes: https://tracker.ceph.com/issues/38465
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
doc/dev/osd_internals/async_recovery.rst
doc/dev/osd_internals/log_based_pg.rst

index e31f8dc706373ed0877fc7bf1168b8ebddcfac97..f0eff98b666bc26d3a1fa930c1705084b3545c37 100644 (file)
@@ -5,10 +5,7 @@ Asynchronous Recovery
 PGs in Ceph maintain a log of writes to allow speedy recovery of data.
 Instead of scanning all of the objects to see what is missing on each
 osd, we can examine the pg log to see which objects we need to
-recover. See `Log Based PG`_ for more detail on this process.
-
-.. _`Log Based PG`:
-  log_based_pg.rst
+recover. See :ref:`Log Based PG <log-based-pg>` for more details on this process.
 
 Until now, this recovery process was synchronous - it blocked writes
 to an object until it was recovered. In contrast, backfill could allow
index 51eb8278b3e5474c23583438743c1a85247cd098..a1e275391511ed60b02508697006f5e4af0acbbc 100644 (file)
@@ -1,3 +1,5 @@
+.. _log-based-pg:
+
 ============
 Log Based PG
 ============