From: Sage Weil Date: Mon, 5 Jun 2017 16:11:27 +0000 (-0400) Subject: mgr/DaemonServer: stop spamming log with pg stats X-Git-Tag: v12.1.0~267^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a4f651140096971af060e35350ff43c616ba283;p=ceph.git 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 --- diff --git a/src/mgr/DaemonServer.cc b/src/mgr/DaemonServer.cc index 3be8dd87b6f..99d486192cd 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