Skip to content

Commit

Permalink
When ignoring a raised exception, at least log it
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
  • Loading branch information
zmc committed Mar 31, 2014
1 parent 4efb57d commit addfed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/task/mon_thrash.py
Expand Up @@ -300,7 +300,7 @@ def do_thrash(self):
try:
self.manager.raw_cluster_cmd('scrub')
except Exception:
pass
log.exception("Saw exception while triggering scrub")

if self.thrash_delay > 0.0:
self.log('waiting for {delay} secs before continuing thrashing'.format(
Expand Down

0 comments on commit addfed2

Please sign in to comment.