]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: comment
authorSage Weil <sage@newdream.net>
Mon, 24 Nov 2008 19:39:51 +0000 (11:39 -0800)
committerSage Weil <sage@newdream.net>
Mon, 24 Nov 2008 21:26:17 +0000 (13:26 -0800)
src/osd/OSDMap.h

index b196b43a2009a7476ef03a5e7754d86e523eb203..df782348714520bb3573431ba562677c542a3fbe 100644 (file)
@@ -79,7 +79,7 @@ struct osd_info_t {
   epoch_t last_clean_first;  // last interval that ended with a clean osd shutdown
   epoch_t last_clean_last;
   epoch_t up_from;   // epoch osd marked up
-  epoch_t up_thru;   // lower bound on actual osd death
+  epoch_t up_thru;   // lower bound on actual osd death (if > up_from)
   epoch_t down_at;   // upper bound on actual osd death (if > up_from)
   
   osd_info_t() : last_clean_first(0), last_clean_last(0),