From: Sage Weil Date: Wed, 11 Feb 2015 15:58:38 +0000 (-0800) Subject: mon/PGMonitor: drop pg ls debug line X-Git-Tag: v0.93~64 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d2dc138581c32bc0fe97d8bef4c32a62e5817ac;p=ceph.git mon/PGMonitor: drop pg ls debug line Signed-off-by: Sage Weil --- diff --git a/src/mon/PGMonitor.cc b/src/mon/PGMonitor.cc index 19a7af744bdb..528c6bc3d7ce 100644 --- a/src/mon/PGMonitor.cc +++ b/src/mon/PGMonitor.cc @@ -1645,7 +1645,6 @@ bool PGMonitor::preprocess_command(MMonCommand *m) } else if (!pgs.empty()){ pg_map.dump_filtered_pg_stats(ds,pgs); } - ss << "list states " << what << " pool " << pool << " osd osd." << osd; r = 0; } else if (prefix == "pg dump_stuck") { vector stuckop_vec;