Message ID | 173992588208.4078751.16040969808269964576.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [01/12] various: fix finding metadata inode numbers when metadir is enabled | expand |
On Tue, Feb 18, 2025 at 04:55:32PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@kernel.org> > > Adjust filesystem size up so we can pass this test even with metadir > and rtgroups enabled. Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/tests/xfs/163 b/tests/xfs/163 index 75c3113dc2fd03..015a82cdffaa68 100755 --- a/tests/xfs/163 +++ b/tests/xfs/163 @@ -42,7 +42,7 @@ echo "Format and mount" # agcount = 1 is forbidden on purpose, and need to ensure shrinking to # 2 AGs isn't feasible yet. So agcount = 3 is the minimum number now. -_scratch_mkfs -dsize="$((512 * 1024 * 1024))" -dagcount=3 2>&1 | \ +_scratch_mkfs -dsize="$((900 * 1024 * 1024))" -dagcount=3 2>&1 | \ tee -a $seqres.full | _filter_mkfs 2>$tmp.mkfs >/dev/null . $tmp.mkfs t_dblocks=$dblocks