Skip to content

Commit

Permalink
Merge pull request #15487 from liewegas/wip-no-more-stat-spam
Browse files Browse the repository at this point in the history
mgr/DaemonServer: stop spamming log with pg stats

Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
liewegas committed Jun 6, 2017
2 parents 162440c + 6a4f651 commit 5c2b3cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mgr/DaemonServer.cc
Expand Up @@ -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
Expand Down

0 comments on commit 5c2b3cd

Please sign in to comment.