]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
fix lock held when returning to user space typo
authorSage Weil <sage@inktank.com>
Sun, 23 Sep 2012 15:03:17 +0000 (08:03 -0700)
committerSage Weil <sage@inktank.com>
Sun, 23 Sep 2012 15:03:17 +0000 (08:03 -0700)
teuthology/task/internal.py

index 4db03536f373d376b534504918e466412830031a..fc425cc112cb116091a86280be749d0832b90d13 100644 (file)
@@ -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',
                     ],