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>
out << "min_mon_release " << to_integer<unsigned>(min_mon_release)
<< " (" << min_mon_release << ")\n";
out << "election_strategy: " << strategy << "\n";
+ if (disallowed_leaders.size()) {
+ out << "disallowed_leaders" << disallowed_leaders << "\n";
+ }
unsigned i = 0;
for (auto p = ranks.begin(); p != ranks.end(); ++p) {
out << i++ << ": " << get_addrs(*p) << " mon." << *p << "\n";