mirror of
https://github.com/ceph/ceph
synced 2025-01-30 23:13:44 +00:00
Merge pull request #59002 from neesingh-rh/wip-65820
qa/tasks/fwd_scrub: remove unnecessary traceback Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> Reviewed-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
commit
230d131b36
@ -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