From 30748f36e22d7f9a426c92a5a9b02192f4d07792 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 23 Sep 2012 08:03:17 -0700 Subject: [PATCH] fix lock held when returning to user space typo --- teuthology/task/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 4db03536f3..fc425cc112 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', ], -- 2.39.5