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:
Patrick Donnelly 2018-10-15 21:23:19 -07:00
commit 35843a31c8
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -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);
}
}