]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: print min_last_epoch_clean along with pg dump 6056/head
authorGuang Yang <yguang@yahoo-inc.com>
Wed, 23 Sep 2015 15:58:02 +0000 (15:58 +0000)
committerGuang Yang <yguang@yahoo-inc.com>
Wed, 23 Sep 2015 15:58:02 +0000 (15:58 +0000)
Fixes: 13198
Signed-off-by: Guang Yang <yguang@yahoo-inc.com>
src/mon/PGMap.cc

index 28561b7168fdec571223edae754a336c991bcb38..1eee600e7cf75519c8b6975dfdb5ed2654706cbc 100644 (file)
@@ -694,6 +694,7 @@ void PGMap::dump_basic(Formatter *f) const
   f->dump_stream("stamp") << stamp;
   f->dump_unsigned("last_osdmap_epoch", last_osdmap_epoch);
   f->dump_unsigned("last_pg_scan", last_pg_scan);
+  f->dump_unsigned("min_last_epoch_clean", min_last_epoch_clean);
   f->dump_float("full_ratio", full_ratio);
   f->dump_float("near_full_ratio", nearfull_ratio);