]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
internal/syslog: whitelist ceph-crash daemon messages 1201/head
authorDan Mick <dan.mick@redhat.com>
Sat, 11 Aug 2018 01:00:20 +0000 (18:00 -0700)
committerDan Mick <dan.mick@redhat.com>
Sat, 11 Aug 2018 03:18:12 +0000 (20:18 -0700)
None of these should cause test failures.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/task/internal/syslog.py

index 6125ad97774932c22b7b34981df901b08872fc2d..3c76b67ae51244e1cc2dde577665d0516adfc8e9 100644 (file)
@@ -134,6 +134,8 @@ def syslog(ctx, config):
                     run.Raw('|'),
                     'grep', '-v', 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined',  # noqa
                     run.Raw('|'),
+                    'grep', '-v', 'ceph-crash',
+                    run.Raw('|'),
                     'head', '-n', '1',
                 ],
                 stdout=StringIO(),