From 9ec7d058eb926e9ede342419b091cc08cd7a2cee Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 21 Mar 2025 08:21:39 +0100 Subject: [PATCH] xfs: skip filestreams tests on internal RT devices The filestreams tests using _test_streams force a run on the data section, but for internal RT zoned devices the data section can be tiny and might not provide enough space. Skip these tests as they aren't really useful when testing a zoned config anyway. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- common/filestreams | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/filestreams b/common/filestreams index 00b28066..bb845940 100644 --- a/common/filestreams +++ b/common/filestreams @@ -108,6 +108,11 @@ _test_streams() { _scratch_mount fi + # Skip these tests on zoned file systems as filestreams don't work + # with the zoned allocator, and the above would force it into the + # tiny data section only used for metadata anyway. + _require_xfs_scratch_non_zoned + cd $SCRATCH_MNT # start $stream_count streams -- 2.39.5