mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Dave Chinner
parent
13717ffc96
commit
31f48569c3
+4
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user