Project

General

Profile

Bug #56169

Updated by Jos Collin over 1 year ago

When `ceph fs perf stats` command runs with non-existing mds_rank filter, it shows all the clients in `client_metadata` `metadata` and `global_metrics`. 
 eg:<pre> 
 ./bin/ceph fs perf stats --mds_rank=<non_existing_mds_rank> 
 </pre>

Back