]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: need to print pool id for output to be useful
authorSage Weil <sage@newdream.net>
Mon, 24 Oct 2011 04:05:56 +0000 (21:05 -0700)
committerSage Weil <sage@newdream.net>
Mon, 24 Oct 2011 04:05:56 +0000 (21:05 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/mon/PGMonitor.cc

index dfb4165aa429a198998f5b5c4e4a40124622b4c1..63b94957d7604516b5178775017b992cbda9e4fd 100644 (file)
@@ -630,11 +630,11 @@ bool PGMonitor::register_new_pgs()
 
     if (pool.get_last_change() <= pg_map.last_pg_scan ||
        pool.get_last_change() <= pending_inc.pg_scan) {
-      dout(10) << " no change in " << pool << dendl;
+      dout(10) << " no change in pool " << p->first << " " << pool << dendl;
       continue;
     }
 
-    dout(10) << "register_new_pgs scanning " << pool << dendl;
+    dout(10) << "register_new_pgs scanning pool " << p->first << " " << pool << dendl;
 
     bool new_pool = pg_map.pg_pool_sum.count(poolid) == 0;  // first pgs in this pool