]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: PgPriorSet: update comment terms a bit
authorSage Weil <sage@newdream.net>
Tue, 18 Oct 2011 01:57:16 +0000 (18:57 -0700)
committerSage Weil <sage@newdream.net>
Tue, 18 Oct 2011 01:57:16 +0000 (18:57 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/osd/PG.cc

index 4d7b708e8cfa8855aaed224f7789e842ce732c9b..b9ef3e39ade19d629aacc7ad54810184c2dfc350 100644 (file)
@@ -4853,7 +4853,7 @@ PG::PgPriorSet::PgPriorSet(int whoami,
    * Then, we have something like
    *
    *  1: A B
-   *  2:   B   alive_thru[B]=0
+   *  2:   B   up_thru[B]=0
    *  3:
    *  4: A
    *
@@ -4863,13 +4863,13 @@ PG::PgPriorSet::PgPriorSet(int whoami,
    * or,
    *
    *  1: A B
-   *  2:   B   alive_thru[B]=0
-   *  3:   B   alive_thru[B]=2
+   *  2:   B   up_thru[B]=0
+   *  3:   B   up_thru[B]=2
    *  4:
    *  5: A    
    *
    * -> we must wait for B, bc it was alive through 2, and could have
-        written to the pg.
+   *    written to the pg.
    *
    * If B is really dead, then an administrator will need to manually
    * intervene by marking the OSD as "lost."