]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ignore DEADLOCK line inside lockdep splat
authorSage Weil <sage@inktank.com>
Mon, 25 Jun 2012 22:20:19 +0000 (15:20 -0700)
committerSage Weil <sage@inktank.com>
Mon, 25 Jun 2012 22:20:19 +0000 (15:20 -0700)
teuthology/task/internal.py

index 35473dbcf90c1143cd45c5e878447f480b6ff6f6..0ad0b03caade67f8f178bf88f1075b8d92d3edd4 100644 (file)
@@ -391,6 +391,8 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat
                     run.Raw('|'),
                     'grep', '-v', 'inconsistent lock state', # FIXME see #2523
                     run.Raw('|'),
+                    'grep', '-v', '*** DEADLOCK ***', # part of lockdep output
+                    run.Raw('|'),
                     'grep', '-v', 'INFO: possible irq lock inversion dependency detected', # FIXME see #2590 and #147
                     run.Raw('|'),
                     'head', '-n', '1',