mirror of https://github.com/ceph/ceph
mds: add `importing_count` to session dump
Signed-off-by: Zhansong Gao <zhsgao@hotmail.com>
This commit is contained in:
parent
584a81c686
commit
79a33025d5
|
@ -615,6 +615,7 @@ void Session::dump(Formatter *f, bool cap_dump) const
|
|||
f->dump_unsigned("num_completed_requests", get_num_completed_requests());
|
||||
f->dump_unsigned("num_completed_flushes", get_num_completed_flushes());
|
||||
f->dump_bool("reconnecting", reconnecting);
|
||||
f->dump_int("importing_count", importing_count);
|
||||
f->dump_object("recall_caps", recall_caps);
|
||||
f->dump_object("release_caps", release_caps);
|
||||
f->dump_object("recall_caps_throttle", recall_caps_throttle);
|
||||
|
|
Loading…
Reference in New Issue