scoutfs-tests: add another expected ext4 dmesg

Add another expected message that comes from attempting to mount an ext4
filesystem from a device that returns read errors.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2020-11-19 10:55:01 -08:00
committed by Zach Brown
parent c08f818b64
commit 320c411678

View File

@@ -32,6 +32,7 @@ t_filter_dmesg()
re="$re| EXT4-fs (.*): get root inode failed"
re="$re| EXT4-fs (.*): mount failed"
re="$re| EXT4-fs (.*): no journal found"
re="$re| EXT4-fs (.*): VFS: Can't find ext4 filesystem"
# dropping caches is fine
re="$re| drop_caches: "