From: Sage Weil Date: Sat, 25 Aug 2012 02:23:34 +0000 (-0700) Subject: disable lockdep recursive warnings until #3040 is fixed X-Git-Tag: 1.1.0~2465 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc1c247abccc2bd0f743860835a485acc09826f7;p=teuthology.git disable lockdep recursive warnings until #3040 is fixed --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index e6707e556..7093cf0a8 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(),