From: Darrick J. Wong Date: Wed, 28 Apr 2021 04:08:50 +0000 (-0700) Subject: xfs/010: filter out bad finobt levels complaint X-Git-Tag: v2022.05.01~423 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=7987c994ee5c929affff7feb43ea216a63bad5f1 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 Reviewed-by: Brian Foster Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/010 b/tests/xfs/010 index 95cc2555..a9394077 100755 --- a/tests/xfs/010 +++ b/tests/xfs/010 @@ -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 }