]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/DaemonServer: stop spamming log with pg stats 15487/head
authorSage Weil <sage@redhat.com>
Mon, 5 Jun 2017 16:11:27 +0000 (12:11 -0400)
committerSage Weil <sage@redhat.com>
Mon, 5 Jun 2017 16:11:27 +0000 (12:11 -0400)
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 <sage@redhat.com>
src/mgr/DaemonServer.cc

index 3be8dd87b6fd39abe1a4bef09d7a5794da1fc6b0..99d486192cdd52c74104683050d98e6b6f076844 100644 (file)
@@ -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