Skip to content

Commit 2e0e469

Browse files
committed
mon/thrasher: set stopping
stopping was set by PR ceph#58282 to bool instead of set() Fixes: https://tracker.ceph.com/issues/67496 Signed-off-by: Nitzan Mordechai <[email protected]>
1 parent c88b7d3 commit 2e0e469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/mon_thrash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def stop(self):
161161
"""
162162
Stop the thrashing process.
163163
"""
164-
self.stopping = True
164+
self.stopping.set()
165165

166166
def join(self):
167167
"""

0 commit comments

Comments
 (0)