From: Loic Dachary Date: Tue, 14 May 2013 10:06:21 +0000 (+0200) Subject: fix typos and add hyperlink to peering X-Git-Tag: v0.63~26^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c53991e4cdca9b64f4565c025734591f3154b8a;p=ceph.git 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 --- diff --git a/doc/dev/osd_internals/pg.rst b/doc/dev/osd_internals/pg.rst index 2c2c572fa510..405536396f1d 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