From b22e3ea5269cd487b88d1ae3bbe1355c4fba5bf7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 30 Sep 2012 21:07:58 -0700 Subject: [PATCH] internal: stop warning about lockdep circular dependency This is coming from xfs, currently. Bah. --- teuthology/task/internal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index fc425cc112cb1..9b5136f3eefb1 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -358,6 +358,8 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat 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