]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
syslog: ignore lockdep non-static key warning
authorJosh Durgin <josh.durgin@dreamhost.com>
Tue, 10 Jan 2012 23:24:44 +0000 (15:24 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 10 Jan 2012 23:28:42 +0000 (15:28 -0800)
It looks like this warning was made default in linux 3.2.
This will keep happening until #1922 is done.

teuthology/task/internal.py

index adae7fd5988eddc789911c3114b761deb674058a..60241f9f097741e07fa60bc6592a0f99a9672dea 100644 (file)
@@ -368,6 +368,8 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat
                     run.Raw('|'),
                     'grep', '-v', 'lockdep is turned off',
                     run.Raw('|'),
+                    'grep', '-v', 'trying to register non-static key',
+                    run.Raw('|'),
                     'head', '-n', '1',
                     ],
                 stdout=StringIO(),