Project

General

Profile

Bug #20282

Updated by Greg Farnum almost 7 years ago

I wrote a trivial script to look for missing commands in tests (https://github.com/ceph/ceph/pull/15675/commits/3aad0f89d527da2d3c995945453276dc7366c954) and it popped up several in the FS: 
 session kill 
 session ls 
 client ls 
 session evict 
 client evict 
 damage ls 
 mds_compat rm_compat 
 cpu_profiler

Back