]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: monmap: print out disallowed_leaders in text form, when non-empty
authorGreg Farnum <gfarnum@redhat.com>
Thu, 29 Oct 2020 06:06:24 +0000 (06:06 +0000)
committerGreg Farnum <gfarnum@redhat.com>
Fri, 6 Nov 2020 06:12:47 +0000 (06:12 +0000)
commit0fd65db3debb34c9d7d0d52394e2073140801b76
tree931fc81ec215edb11bc9d8b55ee665c03cec4591
parent2e3643647bfbe955b54c62c8aaf114744dedb86e
mon: monmap: print out disallowed_leaders in text form, when non-empty

This is already dumped in the programmatic output, but it got left out of
the direct-user-facing calls (as in "ceph mon dump").

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/mon/MonMap.cc