Update check_dmesg.py
This commit is contained in:
@@ -54,8 +54,15 @@ def main():
|
||||
r"Failed to access perfctr msr",
|
||||
r"echo 0 > /proc/sys",
|
||||
r"EXT4-fs.*(write access unavailable|mounted filesystem .* ro without journal|unmounting filesystem)",
|
||||
r"We currently don't support analog TV or stream capture on dual tuners",
|
||||
r"mei"
|
||||
r"mei",
|
||||
r"codecs",
|
||||
r"hub doesn't have any ports!",
|
||||
r"drbd snap",
|
||||
r"drbd snap_pm-.*_vzdump", # Dopasuje wszystkie snapshoty vzdump
|
||||
r"Buffer I/O error on dev drbd\d+.*lost async page write", # Błędy I/O związane z DRBD
|
||||
r"setting new queue limits failed",
|
||||
r"op clear, bitmap locked for" # śmietnik z drbd
|
||||
|
||||
]
|
||||
whitelist_regex = re.compile("|".join(whitelist_patterns))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user