From: Christoph Hellwig Date: Fri, 21 Mar 2025 07:21:38 +0000 (+0100) Subject: xfs: xfs_copy doesn't like RT sections X-Git-Tag: v2025.03.30~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54cabdaa03e651f80472d60d2329d55ce82c35a9;p=xfstests-dev.git xfs: xfs_copy doesn't like RT sections internal or external.. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/common/xfs b/common/xfs index 5ecdf68a..81d568d3 100644 --- a/common/xfs +++ b/common/xfs @@ -1556,6 +1556,9 @@ _require_xfs_copy() [ "$USE_EXTERNAL" = yes ] && \ _notrun "Cannot xfs_copy with external devices" + $XFS_INFO_PROG "$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