From 1afcf4e9427a6ba4300c5d62c4ae9c913f2ecbdb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 16 Jun 2017 17:15:37 -0400 Subject: [PATCH] mgr/DaemonServer: print PGMapDigest summary on send Useful for debugging. Signed-off-by: Sage Weil --- src/mgr/DaemonServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mgr/DaemonServer.cc b/src/mgr/DaemonServer.cc index a4f53333e93..178a7082c3d 100644 --- a/src/mgr/DaemonServer.cc +++ b/src/mgr/DaemonServer.cc @@ -850,7 +850,7 @@ void DaemonServer::send_report() // FIXME: no easy way to get mon features here. this will do for // now, though, as long as we don't make a backward-incompat change. pg_map.encode_digest(osdmap, m->get_data(), CEPH_FEATURES_ALL); - + dout(10) << pg_map << dendl; pg_map.get_health(g_ceph_context, osdmap, m->health_summary, &m->health_detail); -- 2.47.3