From: Sage Weil Date: Sun, 23 Sep 2012 15:03:17 +0000 (-0700) Subject: fix lock held when returning to user space typo X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=95a69fac633dccbe2038d193ccbf5d37bd0f76cb;p=teuthology.git fix lock held when returning to user space typo --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 4db03536f..fc425cc11 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -356,7 +356,7 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat run.Raw('|'), 'grep', '-v', 'INFO: possible recursive locking detected', # FIXME see #3040 run.Raw('|'), - 'grep', '-v', 'INFO: lock held when returning to user space', # REMOVE ME when btrfs sb_internal crap is fixed + 'grep', '-v', 'BUG: lock held when returning to user space', # REMOVE ME when btrfs sb_internal crap is fixed run.Raw('|'), 'head', '-n', '1', ],