From: Sage Weil Date: Mon, 1 Oct 2012 04:07:58 +0000 (-0700) Subject: internal: stop warning about lockdep circular dependency X-Git-Tag: 1.1.0~2442 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b22e3ea5269cd487b88d1ae3bbe1355c4fba5bf7;p=teuthology.git internal: stop warning about lockdep circular dependency This is coming from xfs, currently. Bah. --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index fc425cc11..9b5136f3e 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(),