From 77706c674c501c0ba1147d6dd00c6e3d01ab9839 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 26 Aug 2013 13:48:32 -0700 Subject: [PATCH] internal: remove (hopefully obsolete) kern.log checks Signed-off-by: Sage Weil --- teuthology/task/internal.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index c7818e0909ac8..d339374d5f17b 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -471,12 +471,6 @@ kern.* -{adir}/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('|'), - 'grep', '-v', 'BUG: lock held when returning to user space', # REMOVE ME when btrfs sb_internal crap is fixed - run.Raw('|'), - 'grep', '-v', 'INFO: possible circular locking dependency detected', # FIXME remove when xfs stops being noisy and lame. - run.Raw('|'), 'head', '-n', '1', ], stdout=StringIO(), -- 2.39.5