diff --git a/common/repair b/common/repair index db160bb1..3e73c1da 100644 --- a/common/repair +++ b/common/repair @@ -80,6 +80,9 @@ s/\s+- \d+:\d\d:\d\d:.*\n//g; # crc enabled filesystem output /XFS_CORRUPTION_ERROR/ && next; /^bad uuid/ && next; +/^Metadata corruption detected/ && next; +/^Metadata CRC error detected/ && next; +/^agfl has bad CRC/ && next; print;' }