On Fri, Jun 27, 2025 at 11:42:20AM -0700, Auke Kok wrote: > Basic scoutfs support: scoutfs uses 2 devices for a filesystem, one for > metadata, and one for data. This requires that we pass a metadev_path > argument to every mount call, as well as a quorum_slot option. > > To run any of these tests on scoutfs, you'll need to build and > install the out-of-tree kernel module `scoutfs.ko`, and the `scoutfs` > userspace utility, which can `mkfs` a scoutfs filesystem. The tests > themselves are unmodified - many of them will be skipped due to > unsupported features. xfstests is only really intended to test in-tree file systems, or at least those submitted upstream for inclusion and still in-progress.