]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Ignore lockdep being turned off for now.
authorJosh Durgin <josh.durgin@dreamhost.com>
Tue, 13 Dec 2011 00:29:37 +0000 (16:29 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 13 Dec 2011 00:29:41 +0000 (16:29 -0800)
Some machines are hitting this udev issue:
http://marc.info/?l=linux-kernel&m=132033587908426&w=2 and lockdep is
turned off after the first warning.

teuthology/task/internal.py

index a9f882311d296420d64a89cfc6d4347ef6c94184..5728c68a6b54115494b3a643c9288a2b91a98cc0 100644 (file)
@@ -365,6 +365,7 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat
                     run.Raw('/tmp/cephtest/archive/syslog/*.log'),
                     run.Raw('|'),
                     'grep', '-v', 'task .* blocked for more than .* seconds',
+                    'grep', '-v', 'lockdep is turned off',
                     run.Raw('|'),
                     'head', '-n', '1',
                     ],