Skip to content

Commit

Permalink
doc: updated reference link for log based PG
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James McClune committed Feb 24, 2019
1 parent d7a279f commit 0dc5000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions doc/dev/osd_internals/async_recovery.rst
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions doc/dev/osd_internals/log_based_pg.rst
@@ -1,3 +1,5 @@
.. _log-based-pg:

============
Log Based PG
============
Expand Down

0 comments on commit 0dc5000

Please sign in to comment.