]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task: internal/syslog: expand salt exclusion
authorNathan Cutler <ncutler@suse.com>
Mon, 17 Jul 2017 16:32:38 +0000 (18:32 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 26 Apr 2019 07:11:16 +0000 (09:11 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Conflicts:
teuthology/task/internal/syslog.py

teuthology/task/internal/syslog.py

index 40b75b238a2d854dc3e6113ac4ca409406c76f24..c89864df8a53f0fc45c54d6d802658347673f2e0 100644 (file)
@@ -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('|'),