xfs/010: filter out bad finobt levels complaint

Since we're adding to xfs_repair the ability to warn about bad finobt
levels, filter that out.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Darrick J. Wong
2021-04-27 21:08:50 -07:00
committed by Eryu Guan
parent adf7f3620c
commit 7987c994ee
+1
View File
@@ -114,6 +114,7 @@ _corrupt_finobt_root $SCRATCH_DEV
filter_finobt_repair() {
sed -e '/^agi has bad CRC/d' \
-e '/^bad levels/d' \
-e '/^bad finobt block/d' | \
_filter_repair_lostblocks
}