From a375d725c239a9e35f135d5b65665c01431f16e9 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 31 Oct 2024 18:58:00 +0100 Subject: [PATCH] xfs: xfs_copy doens't like RT sections internal or external.. Signed-off-by: Christoph Hellwig --- common/xfs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/xfs b/common/xfs index 41a6432ad..49c5af8e5 100644 --- a/common/xfs +++ b/common/xfs @@ -1551,6 +1551,9 @@ _require_xfs_copy() [ "$USE_EXTERNAL" = yes ] && \ _notrun "Cannot xfs_copy with external devices" + xfs_info "$TEST_DIR" | grep -q 'realtime.*internal' && + _notrun "Cannot xfs_copy with internal rt device" + # xfs_copy on v5 filesystems do not require the "-d" option if xfs_db # can change the UUID on v5 filesystems touch /tmp/$$.img -- 2.49.0