]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
internal: stop warning about lockdep circular dependency
authorSage Weil <sage@inktank.com>
Mon, 1 Oct 2012 04:07:58 +0000 (21:07 -0700)
committerSage Weil <sage@inktank.com>
Wed, 17 Oct 2012 17:49:16 +0000 (10:49 -0700)
This is coming from xfs, currently.  Bah.

teuthology/task/internal.py

index fc425cc112cb116091a86280be749d0832b90d13..9b5136f3eefb1f6310aa48a3e376110ac9740a04 100644 (file)
@@ -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(),