]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
internal: ceph-deploy may have ceph-create-keys INFO in syslog 606/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 28 Aug 2015 21:29:35 +0000 (23:29 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 28 Aug 2015 21:55:31 +0000 (23:55 +0200)
This is not a concern for error and should be ignored.

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/task/internal.py

index a275f78707790dbce7e46b177323f306e9f7c7ac..ef7023e4091a22db156f8c887183d9b8051fd278 100644 (file)
@@ -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(),