On Fri, Mar 21, 2025 at 08:21:38AM +0100, Christoph Hellwig wrote: > internal or external.. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Some day someone ought to make xfs_copy work on rt volumes... Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --D > --- > common/xfs | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/common/xfs b/common/xfs > index ccf263aeb969..d9999829d3b5 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 > -- > 2.45.2 > >