]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: don't prefix mgr summary with epoch number 15512/head
authorJohn Spray <john.spray@redhat.com>
Tue, 6 Jun 2017 12:16:05 +0000 (13:16 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 6 Jun 2017 12:17:00 +0000 (13:17 +0100)
Missed this one when culling the various epochs
from the human readable ceph status output.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MgrMap.h

index b092efd71fe4dde49f6be59ca00dd2931dcb6d05..5a7d33397e6410d2c1e65b4e05ae18470d8eb426 100644 (file)
@@ -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) {