]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: fix typo
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 29 Feb 2016 15:53:03 +0000 (23:53 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 29 Feb 2016 15:53:03 +0000 (23:53 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/osd_types.h

index 740d33997ecca89f5fea5f4e9a7ee95d7b198138..c30eba253758437ea5f33be9b8cd6b96a7557eb0 100644 (file)
@@ -1766,7 +1766,7 @@ struct pg_stat_t {
   utime_t last_fresh;   // last reported
   utime_t last_change;  // new state != previous state
   utime_t last_active;  // state & PG_STATE_ACTIVE
-  utime_t last_peered;  // state & PG_STATE_ACTIVE || state & PG_STATE_ACTIVE
+  utime_t last_peered;  // state & PG_STATE_ACTIVE || state & PG_STATE_PEERED
   utime_t last_clean;   // state & PG_STATE_CLEAN
   utime_t last_unstale; // (state & PG_STATE_STALE) == 0
   utime_t last_undegraded; // (state & PG_STATE_DEGRADED) == 0