Project

General

Profile

Feature #2617

Updated by Sage Weil almost 12 years ago

This probably needs to do something like: 

  - grep for BUG|INFO|DEADLOCK 
  - filter out obvious ones we don't care about 
  - for each match, if it is a lockdep warning, look at following 10-20 lines, and whitelist based on that. 

 This will be easier to test/maintain as a standalone function or script, not buried in internal.py def syslog as it is now. 

 This should also include un-whitelisting the current lockdep errors, so we can re-whitelist the individual failures on a fine-grained basis.

Back