From: John Spray Date: Tue, 6 Jun 2017 12:16:05 +0000 (+0100) Subject: mon: don't prefix mgr summary with epoch number X-Git-Tag: v12.1.0~240^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7e5799b03b76d16284f3855f9ca0dc23f8046902;p=ceph.git 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 --- diff --git a/src/mon/MgrMap.h b/src/mon/MgrMap.h index b092efd71fe4d..5a7d33397e641 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) {