]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
whitelist current lockdep warnings in syslog
authorSage Weil <sage@newdream.net>
Thu, 21 Jun 2012 20:20:18 +0000 (13:20 -0700)
committerSage Weil <sage@newdream.net>
Thu, 21 Jun 2012 20:20:18 +0000 (13:20 -0700)
These are causing too much noise in the qa runs to leave, and #2617 is
sufficiently non-trivial to do this in the interim.  Putting a better
mechanism in place will include removing these coarse whitelist items and
replacing with something that specifically matches the failures we want
to ignore.

teuthology/task/internal.py

index 7142087d15a5cc7bb72c33ca84b386d418fdb7ec..35473dbcf90c1143cd45c5e878447f480b6ff6f6 100644 (file)
@@ -389,6 +389,10 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat
                     run.Raw('|'),
                     'grep', '-v', 'CRON',  # ignore cron noise
                     run.Raw('|'),
+                    'grep', '-v', 'inconsistent lock state', # FIXME see #2523
+                    run.Raw('|'),
+                    'grep', '-v', 'INFO: possible irq lock inversion dependency detected', # FIXME see #2590 and #147
+                    run.Raw('|'),
                     'head', '-n', '1',
                     ],
                 stdout=StringIO(),