]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
disable ERR or WRN checking from ceph logs
authorVasu Kulkarni <vasu@redhat.com>
Sat, 21 Jul 2018 23:06:15 +0000 (16:06 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Mon, 3 Dec 2018 19:44:29 +0000 (11:44 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/ceph.py

index edb0e9f6bc0f40b970e8dfc864e56d415a9fd07a..b8de8140be4a3b84dbd5ef04bcaf3622013f49f1 100644 (file)
@@ -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'),