From 7153f4a12c4ff498b38115e044dd4962f5e46606 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 30 Apr 2025 17:32:01 +0200 Subject: pkg/report: ignore xfs-printed warnings Closes #5968 --- pkg/report/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index a18aa342b..d013918aa 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1962,6 +1962,7 @@ var linuxOopses = append([]*oops{ compile(`WARNING: kernel not compiled with CPU_SRSO`), compile(`EXT4-[Ff][Ss](?: \(.*\))?:`), // printed in __ext4_msg compile(`(?i)warning: .* uses (deprecated v2 capabilities|wireless extensions)`), + compile(`XFS \(\w+\): WARNING`), }, crash.Warning, }, -- cgit mrf-deployment