]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: slightly better debug output
authorSage Weil <sage@redhat.com>
Thu, 13 Apr 2017 18:12:42 +0000 (14:12 -0400)
committerSage Weil <sage@redhat.com>
Thu, 13 Apr 2017 21:11:19 +0000 (17:11 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc

index 076edbfd927db9c44ce3eef446155dbd0caf70be..93b4414ea602cd2b18cb96fc309e9a9536f5fdef 100644 (file)
@@ -248,7 +248,9 @@ void OSDMonitor::update_from_paxos(bool *need_bootstrap)
     auto p = bl.begin();
     std::lock_guard<std::mutex> l(creating_pgs_lock);
     creating_pgs.decode(p);
-    dout(7) << __func__ << " loading creating_pgs e" << creating_pgs.last_scan_epoch << dendl;
+    dout(7) << __func__ << " loading creating_pgs last_scan_epoch "
+           << creating_pgs.last_scan_epoch
+           << " with " << creating_pgs.pgs.size() << " pgs" << dendl;
   }
 
   // walk through incrementals