]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/{030,033,178}: forcibly disable metadata directory trees
authorDarrick J. Wong <djwong@kernel.org>
Thu, 20 Feb 2025 21:47:01 +0000 (13:47 -0800)
committerZorro Lang <zlang@kernel.org>
Thu, 6 Mar 2025 13:25:55 +0000 (21:25 +0800)
commit8fb5747345460c8ca8e7cd4986ec50da9931aa2d
tree53b3b57b3770dbef9b29bc8381a46bd2068bd9ff
parent6eaff1c92742a6e63503bfd54e87bdb3443be528
xfs/{030,033,178}: forcibly disable metadata directory trees

The golden output for thests tests encode the xfs_repair output when we
fuzz various parts of the filesystem.  With metadata directory trees
enabled, however, the golden output changes dramatically to reflect
reconstruction of the metadata directory tree.

To avoid regressions, add a helper to force metadata directories off via
MKFS_OPTIONS.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/xfs
tests/xfs/030
tests/xfs/033
tests/xfs/178