From 7e5799b03b76d16284f3855f9ca0dc23f8046902 Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 6 Jun 2017 13:16:05 +0100 Subject: [PATCH] mon: don't prefix mgr summary with epoch number Missed this one when culling the various epochs from the human readable ceph status output. Signed-off-by: John Spray --- src/mon/MgrMap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/MgrMap.h b/src/mon/MgrMap.h index b092efd71fe..5a7d33397e6 100644 --- a/src/mon/MgrMap.h +++ b/src/mon/MgrMap.h @@ -125,7 +125,6 @@ public: if (f) { dump(f); } else { - *ss << "e" << get_epoch() << ": "; if (get_active_gid() != 0) { *ss << get_active_name(); if (!available) { -- 2.47.3