From c9e4504fbd95a7937b140a0b2a0587218d25dbce Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 12 Dec 2011 16:29:37 -0800 Subject: [PATCH] Ignore lockdep being turned off for now. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index a9f882311d296..5728c68a6b541 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -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', ], -- 2.39.5