From: David Galloway Date: Tue, 12 Sep 2017 20:47:48 +0000 (-0400) Subject: task/internal/syslog: blacklist openstack datasource log X-Git-Tag: 1.1.0~393^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=21676454f1dad357cfceccf6a13b524efc6e6355;p=teuthology.git task/internal/syslog: blacklist openstack datasource log Caused OVH node jobs to fail when it shouldn't have Signed-off-by: David Galloway --- diff --git a/teuthology/task/internal/syslog.py b/teuthology/task/internal/syslog.py index eb1540ec1..639cc7696 100644 --- a/teuthology/task/internal/syslog.py +++ b/teuthology/task/internal/syslog.py @@ -130,6 +130,8 @@ def syslog(ctx, config): run.Raw('|'), 'grep', '-v', 'INFO:ceph-create-keys', run.Raw('|'), + 'grep', '-v', 'Loaded datasource DataSourceOpenStack', + run.Raw('|'), 'head', '-n', '1', ], stdout=StringIO(),