]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/424: don't use SCRATCH_DEV helpers
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Dec 2025 07:30:06 +0000 (08:30 +0100)
committerZorro Lang <zlang@kernel.org>
Wed, 31 Dec 2025 21:02:23 +0000 (05:02 +0800)
commit30ee67e320de8af77f28c96d280f34c606b54d6a
tree5bb2329a1ff1ce3430a64be04d301a51e4cf5e1b
parent4460f5d01c7e6f1ac62fd9d62f7f9c300d998e6e
xfs/424: don't use SCRATCH_DEV helpers

This tests forces external devices to be disabled by calling mkfs.xfs
directly and overriding SCRATCH_{LOG,RT}DEV, but the options specified in
MKFS_OPTIONS might not work for this configuration.  Instead hard code
the calls to xfs_db and don't modify the scratch device configuration.

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