Skip to content

Commit 230d131

Browse files
Merge pull request ceph#59002 from neesingh-rh/wip-65820
qa/tasks/fwd_scrub: remove unnecessary traceback Reviewed-by: Patrick Donnelly <[email protected]> Reviewed-by: Rishabh Dave <[email protected]>
2 parents a35e7b2 + 334e790 commit 230d131

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/tasks/fwd_scrub.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def __init__(self, fs, scrub_timeout=300, sleep_between_iterations=1):
3333
def _run(self):
3434
try:
3535
self.do_scrub()
36+
except ThrasherGreenlet.Stopped:
37+
pass
3638
except Exception as e:
3739
self.set_thrasher_exception(e)
3840
self.logger.exception("exception:")

0 commit comments

Comments
 (0)