From 6a4f651140096971af060e35350ff43c616ba283 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 5 Jun 2017 12:11:27 -0400 Subject: [PATCH] mgr/DaemonServer: stop spamming log with pg stats This clutters up the log. We should instead log to health, or other important events. Note that we still have ceph health logged at regular intervals, so some of this will surface there. Signed-off-by: Sage Weil --- src/mgr/DaemonServer.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mgr/DaemonServer.cc b/src/mgr/DaemonServer.cc index 3be8dd87b6fd..99d486192cdd 100644 --- a/src/mgr/DaemonServer.cc +++ b/src/mgr/DaemonServer.cc @@ -830,10 +830,6 @@ void DaemonServer::send_report() pg_map.get_health(g_ceph_context, osdmap, m->health_summary, &m->health_detail); - - if (osdmap.require_osd_release >= CEPH_RELEASE_LUMINOUS) { - clog->info() << "pgmap v" << pg_map.version << ": " << pg_map; - } }); }); // TODO? We currently do not notify the PyModules -- 2.47.3