From: Sage Weil Date: Mon, 24 Oct 2011 04:05:56 +0000 (-0700) Subject: mon: need to print pool id for output to be useful X-Git-Tag: v0.38~57^2~2^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c15e62aa9dcb0aec6dc9ff32591b5a8b3313245d;p=ceph.git mon: need to print pool id for output to be useful Signed-off-by: Sage Weil --- diff --git a/src/mon/PGMonitor.cc b/src/mon/PGMonitor.cc index dfb4165aa429..63b94957d760 100644 --- a/src/mon/PGMonitor.cc +++ b/src/mon/PGMonitor.cc @@ -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