]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
internal: whitelist btrfs lock imbalance bug 6097
authorSage Weil <sage@inktank.com>
Wed, 28 Aug 2013 04:41:39 +0000 (21:41 -0700)
committerSage Weil <sage@inktank.com>
Wed, 28 Aug 2013 04:41:39 +0000 (21:41 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/internal.py

index d339374d5f17b224b65447aa4741bd38e023836d..45dad5d2e1e82eb596e4985358a019adcba7133a 100644 (file)
@@ -465,6 +465,8 @@ kern.* -{adir}/syslog/kern.log;RSYSLOG_FileFormat
                     run.Raw('|'),
                     'grep', '-v', 'CRON',  # ignore cron noise
                     run.Raw('|'),
+                    'grep', '-v', 'BUG: bad unlock balance detected', # #6097
+                    run.Raw('|'),
                     'grep', '-v', 'inconsistent lock state', # FIXME see #2523
                     run.Raw('|'),
                     'grep', '-v', '*** DEADLOCK ***', # part of lockdep output