From: neeraj pratap singh Date: Tue, 24 Sep 2024 04:11:45 +0000 (+0530) Subject: qa/tasks/fwd_scrub: remove unnecessary traceback X-Git-Tag: v19.2.3~367^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e87a24bb90401ee9bfccdb61bc953b2211ea67bb;p=ceph.git qa/tasks/fwd_scrub: remove unnecessary traceback Fixes: https://tracker.ceph.com/issues/65820 Signed-off-by: Neeraj Pratap Singh (cherry picked from commit 334e79002b27ff6fdb13b6b7b4b38a9339c33c59) --- diff --git a/qa/tasks/fwd_scrub.py b/qa/tasks/fwd_scrub.py index 2ac92439de62c..d955d232c2c03 100644 --- a/qa/tasks/fwd_scrub.py +++ b/qa/tasks/fwd_scrub.py @@ -33,6 +33,8 @@ class ForwardScrubber(ThrasherGreenlet): def _run(self): try: self.do_scrub() + except ThrasherGreenlet.Stopped: + pass except Exception as e: self.set_thrasher_exception(e) self.logger.exception("exception:")