From: Nathan Cutler Date: Mon, 17 Jul 2017 16:32:38 +0000 (+0200) Subject: task: internal/syslog: expand salt exclusion X-Git-Tag: 1.1.0~250^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b3ad94a95f0ee3b7afc7207cb3eae4bffb76fad4;p=teuthology.git task: internal/syslog: expand salt exclusion Signed-off-by: Nathan Cutler Conflicts: teuthology/task/internal/syslog.py --- diff --git a/teuthology/task/internal/syslog.py b/teuthology/task/internal/syslog.py index 40b75b238..c89864df8 100644 --- a/teuthology/task/internal/syslog.py +++ b/teuthology/task/internal/syslog.py @@ -134,7 +134,7 @@ def syslog(ctx, config): run.Raw('|'), 'grep', '-v', 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined', # noqa run.Raw('|'), - 'egrep', '-v', '\\bsalt-master\\b|\\bsalt-minion\\b', + 'egrep', '-v', '\\bsalt-master\\b|\\bsalt-minion\\b|\\bsalt-api\\b', run.Raw('|'), 'grep', '-v', 'ceph-crash', run.Raw('|'),