mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/365: fuzz inobt in ag 1
In kernel patch "xfs: verify root inode more thoroughly", we strengthen the root inode mount checks to make sure that the inobt agrees that the root inode exists and is in use. Unfortunately, that makes this whole test useless because we can't even mount the filesystem to run scrub. So, redirect it to AG1's inobt. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
6ab53c6c68
commit
e04c7b7e30
+1
-1
@@ -37,7 +37,7 @@ echo "Format and populate"
|
||||
_scratch_populate_cached nofill > $seqres.full 2>&1
|
||||
|
||||
echo "Fuzz inobt"
|
||||
_scratch_xfs_fuzz_metadata '' 'online' 'agi 0' 'addr root' >> $seqres.full
|
||||
_scratch_xfs_fuzz_metadata '' 'online' 'agi 1' 'addr root' >> $seqres.full
|
||||
echo "Done fuzzing inobt"
|
||||
|
||||
# success, all done
|
||||
|
||||
Reference in New Issue
Block a user