From: Dan Mick Date: Sat, 11 Aug 2018 01:00:20 +0000 (-0700) Subject: internal/syslog: whitelist ceph-crash daemon messages X-Git-Tag: 1.1.0~319^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b81d5f37418fa6a3b5729a42b28b7b48f735b45d;p=teuthology.git internal/syslog: whitelist ceph-crash daemon messages None of these should cause test failures. Signed-off-by: Dan Mick --- diff --git a/teuthology/task/internal/syslog.py b/teuthology/task/internal/syslog.py index 6125ad9777..3c76b67ae5 100644 --- a/teuthology/task/internal/syslog.py +++ b/teuthology/task/internal/syslog.py @@ -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(),