From: Darrick J. Wong Date: Fri, 30 Dec 2022 22:19:06 +0000 (-0800) Subject: xfs/357: switch fuzzing to agi 1 X-Git-Tag: v2023.02.12~20 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3da787a95dba00055b12551615abecc5911d3a03;p=xfstests-dev.git xfs/357: switch fuzzing to agi 1 Since we now require a working AGI 0 to mount the system, fuzz AGI 1 instead. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/357 b/tests/xfs/357 index 8a2c920e..25af8624 100755 --- a/tests/xfs/357 +++ b/tests/xfs/357 @@ -25,7 +25,7 @@ echo "Format and populate" _scratch_populate_cached nofill > $seqres.full 2>&1 echo "Fuzz AGI" -_scratch_xfs_fuzz_metadata '' 'online' 'agi 0' >> $seqres.full +_scratch_xfs_fuzz_metadata '' 'online' 'agi 1' >> $seqres.full echo "Done fuzzing AGI" # success, all done