From: Vasu Kulkarni Date: Sat, 21 Jul 2018 23:06:15 +0000 (-0700) Subject: disable ERR or WRN checking from ceph logs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d211fa2152b6c29a530ea3dfdb29e257309a748;p=ceph.git disable ERR or WRN checking from ceph logs Signed-off-by: Vasu Kulkarni --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index edb0e9f6bc0..b8de8140be4 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -974,6 +974,7 @@ def cluster(ctx, config): if match is not None: log.warning('Found errors (ERR|WRN|SEC) in cluster log') log.info(match) + # disable check for some runs - Vasu # ctx.summary['failure_reason'] = \ # '"{match}" in cluster log'.format( # match=match.rstrip('\n'),