From 904c5dce90f0d9a64150d9fcd400221d39cbaf82 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 18 May 2023 13:57:46 -0700 Subject: [PATCH] Filter forced unmount transaction commit error Add a transaction commit error message to the set of errors we ignore when triggering forced unmount. 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 8d691237..121b51ca 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -82,6 +82,7 @@ t_filter_dmesg() re="$re|scoutfs .* error .* freeing merged btree blocks.*.final commit del.upd freeing item" re="$re|scoutfs .* error .*reading quorum block.*to update event.*" re="$re|scoutfs .* error.*server failed to bind to.*" + re="$re|scoutfs .* critical transaction commit failure.*" egrep -v "($re)" }