]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
thrashers: standardize stop and join method names 58282/head
authorNitzan Mordechai <nmordech@redhat.com>
Tue, 2 Jul 2024 08:31:38 +0000 (08:31 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Tue, 6 Aug 2024 06:57:40 +0000 (06:57 +0000)
commita035b5a22fb87794e65d112c0d21dcbd28b728ad
tree36fd25d73fecf5e34b56197ea5ade19dab023398
parent21b4b89e5280cfd87f4419b4c1dcc01673835e04
thrashers: standardize stop and join method names

Thrashers that do not inherit from ThrasherGreenlet previously used a
method called do_join, which combined stop and join functionality. To
ensure consistency and clarity, we want all thrashers to use separate
stop, join, and stop_and_join methods.

This commit renames methods and implements missing stop and stop_and_join
methods in thrashers that did not inherit from ThrasherGreenlet.

Fixes: https://tracker.ceph.com/issues/66698
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
qa/tasks/ceph_manager.py
qa/tasks/mon_thrash.py
qa/tasks/scrub.py
qa/tasks/thrasher.py
qa/tasks/thrashosds.py