Project

General

Profile

Bug #41133

Updated by Jos Collin almost 5 years ago

* Make the Thrasher class abstract by adding _do_thrash abstract function. 
 * Change OSDThrasher, MonThrasher and MDSThrasher to inherit from the template Thrasher and implement the abstract functions. 
 * Update the thrashers to follow the similar design - some has start/_run and some calls spawn.  
 * rename thrashosds.py to osd_thrash.py 
 * Move the OSDThrasher class from ceph_manager.py to osd_thrash.py

Back