Skip to content

Commit 76226b3

Browse files
committed
Merge PR ceph#59166 into main
* refs/pull/59166/head: mon/thrasher: set stopping Reviewed-by: Jos Collin <[email protected]> Reviewed-by: Radoslaw Zarzynski <[email protected]> Reviewed-by: Venky Shankar <[email protected]> Reviewed-by: Laura Flores <[email protected]> Reviewed-by: Patrick Donnelly <[email protected]>
2 parents 64f5bff + 2e0e469 commit 76226b3

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)