]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: disable pgmap_dumps
authorSage Weil <sage@newdream.net>
Tue, 27 Jan 2009 22:19:46 +0000 (14:19 -0800)
committerSage Weil <sage@newdream.net>
Tue, 27 Jan 2009 22:43:54 +0000 (14:43 -0800)
This aren't trimmed!

src/mon/PGMonitor.cc

index d13f4568d139b9fb397557a72e76f13b1c436633..2f8d0d55fc8038c5b1212a0b0984b56e0bc33f22 100644 (file)
@@ -121,7 +121,7 @@ bool PGMonitor::update_from_paxos()
   mon->store->put_int(paxosv, "pgmap", "last_consumed");
 
   // dump pgmap summaries?  (useful for debugging)
-  if (1) {
+  if (0) {
     stringstream ds;
     pg_map.dump(ds);
     bufferlist d;