From: Loic Dachary Date: Fri, 28 Aug 2015 21:29:35 +0000 (+0200) Subject: internal: ceph-deploy may have ceph-create-keys INFO in syslog X-Git-Tag: 1.1.0~836^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F606%2Fhead;p=teuthology.git internal: ceph-deploy may have ceph-create-keys INFO in syslog This is not a concern for error and should be ignored. Signed-off-by: Loic Dachary --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index a275f7870..ef7023e40 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -677,6 +677,8 @@ def syslog(ctx, config): run.Raw('|'), 'grep', '-v', 'INFO: recovery required on readonly', run.Raw('|'), + 'grep', '-v', 'ceph-create-keys: INFO', + run.Raw('|'), 'head', '-n', '1', ], stdout=StringIO(),