xfs/17[013]: fix intermittent failures when filesystem metadata gets large
authorDarrick J. Wong <djwong@kernel.org>
Wed, 16 Mar 2022 22:13:26 +0000 (15:13 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 10 Apr 2022 12:37:13 +0000 (20:37 +0800)
commit407ef6b96cc84758cc9791fd87703f2414907861
treef4814a06ac0fbbeb23d91100b19ae81694d44547
parent4a21f002880a89a233512af21db3923c769e2250
xfs/17[013]: fix intermittent failures when filesystem metadata gets large

These tests check that the filestreams allocator never shares an AG
across multiple streams when there's plenty of space in the filesystem.
Recent increases in metadata overhead for newer features (e.g. bigger
logs due to reflink) can throw this off, so add another AG to the
formatted filesystem to encourage it to avoid the AG with the log.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/filestreams
tests/xfs/170
tests/xfs/170.out
tests/xfs/171
tests/xfs/171.out
tests/xfs/173
tests/xfs/173.out