]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/365: fuzz inobt in ag 1
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 21 Jun 2018 18:32:35 +0000 (11:32 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 1 Jul 2018 12:35:27 +0000 (20:35 +0800)
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>
tests/xfs/365

index 64e910edc32fd0aed228267c0674af8cfa076b3a..bd29b2a3c0b6348725b5107f1813c9a80a450137 100755 (executable)
@@ -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