From 320c4116782e840bbc6e2fce1a9459be7604a8aa Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 19 Nov 2020 10:55:01 -0800 Subject: [PATCH] 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 --- tests/funcs/filter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index b0369653..0615d010 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -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: "