From: Sage Weil Date: Mon, 25 Jun 2012 22:20:19 +0000 (-0700) Subject: ignore DEADLOCK line inside lockdep splat X-Git-Tag: 1.1.0~2525 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cc380dee406debf01d6f609b86ca104144fdd7a0;p=teuthology.git ignore DEADLOCK line inside lockdep splat --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 35473dbcf9..0ad0b03caa 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -391,6 +391,8 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat run.Raw('|'), 'grep', '-v', 'inconsistent lock state', # FIXME see #2523 run.Raw('|'), + 'grep', '-v', '*** DEADLOCK ***', # part of lockdep output + run.Raw('|'), 'grep', '-v', 'INFO: possible irq lock inversion dependency detected', # FIXME see #2590 and #147 run.Raw('|'), 'head', '-n', '1',