From cf1ef0daf48864827e2712638a76d2aebbaa1ba0 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 1 Sep 2023 13:39:56 -0400 Subject: [PATCH] generic/357: don't run this test on NFS NFS doesn't keep track of whether a file is reflinked or not, so it doesn't prevent this behavior. It shouldn't be a problem for NFS anyway, so just skip this test there. Signed-off-by: Jeff Layton Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/generic/357 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/generic/357 b/tests/generic/357 index ce748f85..0f3e02d5 100755 --- a/tests/generic/357 +++ b/tests/generic/357 @@ -24,6 +24,11 @@ _cleanup() . ./common/reflink # real QA test starts here + +# For NFS, a reflink is just a CLONE operation, and after that +# point it's dealt with by the server. +_supported_fs ^nfs + _require_scratch_swapfile _require_scratch_reflink _require_cp_reflink -- 2.39.5