From: Sage Weil Date: Thu, 29 Jun 2017 22:19:06 +0000 (-0400) Subject: messages/MMonMgrReport: show health check count X-Git-Tag: v12.1.1~58^2~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=76bdda85ed038bffb217339a6c9f4441eb98ecb6;p=ceph.git messages/MMonMgrReport: show health check count Signed-off-by: Sage Weil --- diff --git a/src/messages/MMonMgrReport.h b/src/messages/MMonMgrReport.h index e8d722221be..eef0966f15c 100644 --- a/src/messages/MMonMgrReport.h +++ b/src/messages/MMonMgrReport.h @@ -40,7 +40,7 @@ public: const char *get_type_name() const override { return "monmgrreport"; } void print(ostream& out) const override { - out << get_type_name(); + out << get_type_name() << "(" << health_checks.checks.size() << " checks)"; } void encode_payload(uint64_t features) override {