diff options
author | Loic Dachary <loic@dachary.org> | 2013-05-14 12:06:21 +0200 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2013-05-14 22:46:37 +0200 |
commit | 1c53991e4cdca9b64f4565c025734591f3154b8a (patch) | |
tree | 96b366d54c1a13afcdda3156189ca39d376d12c4 /doc | |
parent | b7d4012c0664ee3cde07e45e963baaf5d73dadfd (diff) | |
download | ceph-1c53991e4cdca9b64f4565c025734591f3154b8a.tar.gz |
fix typos and add hyperlink to peering
s/;/:/
s/up_acting_affected/acting_up_affected/
Add relative link to ../../peering
http://tracker.ceph.com/issues/5058 refs #5058
Signed-off-by: Loic Dachary <loic@dachary.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev/osd_internals/pg.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dev/osd_internals/pg.rst b/doc/dev/osd_internals/pg.rst index 2c2c572fa51..405536396f1 100644 --- a/doc/dev/osd_internals/pg.rst +++ b/doc/dev/osd_internals/pg.rst @@ -7,19 +7,19 @@ Concepts *Peering Interval* See PG::start_peering_interval. - See PG::up_acting_affected. + See PG::acting_up_affected See PG::RecoveryState::Reset A peering interval is a maximal set of contiguous map epochs in which the up and acting sets did not change. PG::RecoveryMachine represents a transition from one interval to another as passing through - RecoveryState::Reset. On PG;:RecoveryState::AdvMap PG::up_acting_affected can + RecoveryState::Reset. On PG::RecoveryState::AdvMap PG::acting_up_affected can cause the pg to transition to Reset. Peering Details and Gotchas --------------------------- -For an overview of peering, see Peering. +For an overview of peering, see `Peering <../../peering>`_. * PG::flushed defaults to false and is set to false in PG::start_peering_interval. Upon transitioning to PG::RecoveryState::Started |