This commit is contained in:
petrucci4prez 2017-06-17 01:28:57 -04:00
parent b5deeaf18e
commit db9238f1df
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class GlusterFSHandler(TimedRotatingFileHandler):
except CalledProcessError as e:
stderr = e.stderr.decode('ascii').rstrip()
logger.error(stderr)
# TODO: this raises lots of noise when it can't unmount
raise SystemExit
def close(self):