mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 12:06:26 +00:00
scoutfs-tests: more dmesg filters
Add some more filters for device-mapper output and keep up with the lock recovery messages in the kernel. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -24,6 +24,8 @@ t_filter_dmesg()
|
||||
|
||||
# dm swizzling
|
||||
re="$re|device doesn't appear to be in the dev hash table"
|
||||
re="$re|device-mapper:.*uevent:.*version"
|
||||
re="$re|device-mapper:.*ioctl:.*initialised"
|
||||
|
||||
# some tests try invalid devices
|
||||
re="$re|scoutfs .* error reading super block"
|
||||
@@ -48,7 +50,8 @@ t_filter_dmesg()
|
||||
|
||||
# tests that drop unmount io triggers fencing
|
||||
re="$re|scoutfs .* error: fencing "
|
||||
re="$re|scoutfs .* warning: waiting for .* lock clients"
|
||||
re="$re|scoutfs .*: waiting for .* lock clients"
|
||||
re="$re|scoutfs .*: all lock clients recovered"
|
||||
re="$re|scoutfs .* error: client rid.*lock recovery timed out"
|
||||
|
||||
egrep -v "($re)"
|
||||
|
||||
Reference in New Issue
Block a user