From 8084d168de0a663e830ff319d4b7d872d11e6da3 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Sat, 21 Jul 2018 16:06:15 -0700 Subject: [PATCH] disable ERR or WRN checking from ceph logs Signed-off-by: Vasu Kulkarni --- qa/tasks/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index edb0e9f6bc0f4..b8de8140be4a3 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'), -- 2.39.5