From: Josh Durgin Date: Tue, 10 Jan 2012 23:24:44 +0000 (-0800) Subject: syslog: ignore lockdep non-static key warning X-Git-Tag: 1.1.0~2685 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d2fadf9fe2480ac9aac0e20279c27d998fd262e2;p=teuthology.git syslog: ignore lockdep non-static key warning It looks like this warning was made default in linux 3.2. This will keep happening until #1922 is done. --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index adae7fd59..60241f9f0 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -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(),