xfs/030: fix output on newer filesystems

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Darrick J. Wong
2016-03-23 17:37:32 +11:00
committed by Dave Chinner
parent 13717ffc96
commit 31f48569c3
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -57,7 +57,10 @@ _check_ag()
echo "Corrupting $structure - setting bits to $1"
_check_repair $1 "$structure" |
sed -e '/^error following ag 0 unlinked list$/d' \
-e '/^bad agbno AGBNO for finobt/d'
-e '/^bad agbno AGBNO for finobt/d' \
-e '/^bad agbno AGBNO for rmapbt/d' \
-e '/^bad agbno AGBNO for refcntbt/d' \
-e '/^Missing reverse-mapping record.*/d'
done
}
+2
View File
@@ -230,6 +230,8 @@ Phase 2 - using <TYPEOF> log
bad agbno AGBNO in agfl, agno 0
bad agbno AGBNO in agfl, agno 0
bad agbno AGBNO in agfl, agno 0
bad agbno AGBNO in agfl, agno 0
bad agbno AGBNO in agfl, agno 0
bad agbno AGBNO in agfl, agno 0
- found root inode chunk
Phase 3 - for each AG...