commit | 6fd4e634835208ddb331234bfa51d75396a5c42c | [log] [tgz] |
---|---|---|
author | Luis Henriques <lhenriques@suse.com> | Mon Sep 09 16:48:54 2019 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Sep 16 12:06:25 2019 +0200 |
tree | e264a083434b95a0d7738516b8e71598a765c3ed | |
parent | 48f930ea6de6f48fd20be54ec4716c545751a6d9 [diff] |
ceph: allow object copies across different filesystems in the same cluster 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 <lhenriques@suse.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>