mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
qa/tasks/fwd_scrub: remove unnecessary traceback
Fixes: https://tracker.ceph.com/issues/65820 Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
This commit is contained in:
parent
2ab14159a6
commit
334e79002b
@ -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:")
|
||||
|
Loading…
Reference in New Issue
Block a user