]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fix typos and add hyperlink to peering
authorLoic Dachary <loic@dachary.org>
Tue, 14 May 2013 10:06:21 +0000 (12:06 +0200)
committerLoic Dachary <loic@dachary.org>
Tue, 14 May 2013 20:46:37 +0000 (22:46 +0200)
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>
doc/dev/osd_internals/pg.rst

index 2c2c572fa5101374a081679ae61b3d9f2500a666..405536396f1dfed5b9d3b740c69202ce6951d1a9 100644 (file)
@@ -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