From 2b94cd64687b23975f5613398acc15d5363778af Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 15 Nov 2023 13:20:09 -0800 Subject: [PATCH] Add loop module kernel message filter Now that we're not setting up per-mount loopback devices we can not have the loop module loaded until tests are running. 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 589eafe5..90496554 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -86,6 +86,7 @@ t_filter_dmesg() re="$re|scoutfs .* critical transaction commit failure.*" # change-devices causes loop device resizing + re="$re|loop: module loaded" re="$re|loop[0-9].* detected capacity change from.*" # ignore systemd-journal rotating