Project

General

Profile

Feature #23236

Updated by Kefu Chai about 6 years ago

after f4b74125e44fe78154fb377fa06fc08b3325859d, we have no way to print out the slow ops of OSDs. only a the summary is offered by in "ceph health", like 

 <pre> 
 osds 1,2,3,5,8 have slow ops. 
 </pre> 

 we should add a command to OSD. grep "dump_pg_recovery_stats" and "visit_ops_in_flight" for more clues.

Back