mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
repair: filter agno/ino repair output for finobt
finobt enabled filesystems can generate new repair output. Update _filter_repair() to ensure specific AG and inode numbers are filtered from test output. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
9d5cb63d1a
commit
01fbf447cc
@@ -83,6 +83,8 @@ s/\s+- \d+:\d\d:\d\d:.*\n//g;
|
|||||||
/^Metadata corruption detected/ && next;
|
/^Metadata corruption detected/ && next;
|
||||||
/^Metadata CRC error detected/ && next;
|
/^Metadata CRC error detected/ && next;
|
||||||
/^agfl has bad CRC/ && next;
|
/^agfl has bad CRC/ && next;
|
||||||
|
# finobt enabled filesystem output
|
||||||
|
s/(inode chunk) (\d+)\/(\d+)/AGNO\/INO/;
|
||||||
print;'
|
print;'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user