mirror of
https://github.com/ceph/ceph
synced 2025-02-20 09:27:35 +00:00
Merge PR #24486 into master
* refs/pull/24486/head: client: explicitly show blacklisted state via asok status command Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
35843a31c8
@ -441,6 +441,7 @@ void Client::dump_status(Formatter *f)
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user