Skip to content

Commit 334e790

Browse files
author
neeraj pratap singh
committed
qa/tasks/fwd_scrub: remove unnecessary traceback
Fixes: https://tracker.ceph.com/issues/65820 Signed-off-by: Neeraj Pratap Singh <[email protected]>
1 parent 2ab1415 commit 334e790

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)