From dc1c247abccc2bd0f743860835a485acc09826f7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 24 Aug 2012 19:23:34 -0700 Subject: [PATCH] disable lockdep recursive warnings until #3040 is fixed --- teuthology/task/internal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index e6707e5561..7093cf0a86 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -354,6 +354,8 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat run.Raw('|'), 'grep', '-v', 'INFO: possible irq lock inversion dependency detected', # FIXME see #2590 and #147 run.Raw('|'), + 'grep', '-v', 'INFO: possible recursive locking detected', # FIXME see #3040 + run.Raw('|'), 'head', '-n', '1', ], stdout=StringIO(), -- 2.39.5