It is easy for common users to understand why their clients not working
due to blacklisted state.
Fixes: http://tracker.ceph.com/issues/36352
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from commit
0261506815e7e3f41656cc5fcf0461157e073179)
Signed-off-by: Jonathan Brielmaier <jbrielmaier@suse.de>
f->dump_int("mds_epoch", mdsmap->get_epoch());
f->dump_int("osd_epoch", osd_epoch);
f->dump_int("osd_epoch_barrier", cap_epoch_barrier);
+ f->dump_bool("blacklisted", blacklisted);
}
}