mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
filter: latest xfs_repair is more verbose
It detects more errors, so we need to filter them out to prevent golden image mismatches on successful recovery. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
ae3d21574a
commit
e9cf80ec7f
@@ -83,6 +83,7 @@ s/\s+- \d+:\d\d:\d\d:.*\n//g;
|
||||
/^Metadata corruption detected/ && next;
|
||||
/^Metadata CRC error detected/ && next;
|
||||
/^agfl has bad CRC/ && next;
|
||||
/^bad CRC for inode/ && next;
|
||||
# finobt enabled filesystem output
|
||||
s/(inode chunk) (\d+)\/(\d+)/AGNO\/INO/;
|
||||
# sunit/swidth reset messages
|
||||
|
||||
Reference in New Issue
Block a user