From cc380dee406debf01d6f609b86ca104144fdd7a0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 25 Jun 2012 15:20:19 -0700 Subject: [PATCH] ignore DEADLOCK line inside lockdep splat --- teuthology/task/internal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 35473dbcf90c1..0ad0b03caade6 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', -- 2.39.5