From: Darrick J. Wong Date: Thu, 21 Jun 2018 18:32:35 +0000 (-0700) Subject: xfs/365: fuzz inobt in ag 1 X-Git-Tag: v2022.05.01~1480 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e04c7b7e302128f0b49f94e848b8282fac1b8364;p=xfstests-dev.git 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/365 b/tests/xfs/365 index 64e910ed..bd29b2a3 100755 --- a/tests/xfs/365 +++ b/tests/xfs/365 @@ -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