Re: [PATCH v3] ceph: allow object copies across different filesystems in the same cluster

2019-09-09 Thread Jeff Layton
On Mon, 2019-09-09 at 16:48 +0100, Luis Henriques wrote: > OSDs are able to perform object copies across different pools. Thus, > there's no need to prevent copy_file_range from doing remote copies if the > source and destination superblocks are different. Only return -EXDEV if > they have differ

[PATCH v3] ceph: allow object copies across different filesystems in the same cluster

2019-09-09 Thread Luis Henriques
OSDs are able to perform object copies across different pools. Thus, there's no need to prevent copy_file_range from doing remote copies if the source and destination superblocks are different. Only return -EXDEV if they have different fsid (the cluster ID). Signed-off-by: Luis Henriques --- f