Merge PR #59166 into main

* refs/pull/59166/head:
	mon/thrasher: set stopping

Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Venky Shankar 2024-08-22 14:50:51 +05:30
commit 76226b35ce

View File

@ -161,7 +161,7 @@ class MonitorThrasher(Thrasher):
"""
Stop the thrashing process.
"""
self.stopping = True
self.stopping.set()
def join(self):
"""