Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp5325874ybe; Tue, 10 Sep 2019 01:50:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqxngMYtCQYXVT4KjIYgljNq4IZ6cn6NzSByC1YY3QTTYYE514f9VFQu5QgFgvQ6IkuZKQQP X-Received: by 2002:aa7:df17:: with SMTP id c23mr29500588edy.239.1568105400269; Tue, 10 Sep 2019 01:50:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568105400; cv=none; d=google.com; s=arc-20160816; b=NplNvulLSy50yNi1zfxCwtnwJUMUzmyIFyaEhs/GkyRpM+Dt5dNParA8I7YRp6NsEL O6yg3ZcbYvqjzPl61gmUnAs8TMJ584FXz3HkjBugwi9ww4gJBR9rCdZ4GWEI2HvBdz7V tq1+SuwEzsDsR1nMRPpyltp/etOJbDyreUmkdBC/FlIs2ohyjASr0DwwksRqZ1RP7YQG JZOJ1lFVzwz/TXDhNSdXXl9PATsYVIkNPit6DxPSgwDXRMWVU8tWYvOw6pGgYkmb9rlW nqot1AWvalDq4bTHU4I5anBrbq1U3w2+IJeiQnTgmuVmq4ESsBYy/f4d8rFLMjTscba+ wuog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=ymo/yWH/v8k8cXyPgajQduCMpcPj/adcVWlkkXgemVY=; b=iFWwIFc0a/vESO1iF2t7L7qx9pA4v/I/cctsGQRD6xHq93QiQgE6gIybHTc+HfgcJy H7hpa0WH3aMUTp0p61A397ANGhicOvUBwRJnEQPpLnaL4CAKbD3c1Bzp/V9TvjHQhoJu HUV3jnnZ86T0Wl6sfVW2mPs5WA300lYCKHMIsVty6Ai04ptNc6iYN6Oxu3BRalmRHCAR 4QfzvGa8ZlwvNiFAqmwg448kDNZNrNXPUoklpzbCnRniwKLk4M4scg0bcyzx7Qx+xbiZ iukbpvVk8c8n/MxnbdVlUnO5wzhDWfKNWyinumbdoHPajBMBu67JukG1EurNTDVAdjc2 q8Xw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z16si10724010edb.420.2019.09.10.01.49.36; Tue, 10 Sep 2019 01:50:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729910AbfIIPs6 (ORCPT + 99 others); Mon, 9 Sep 2019 11:48:58 -0400 Received: from mx2.suse.de ([195.135.220.15]:53282 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728373AbfIIPs6 (ORCPT ); Mon, 9 Sep 2019 11:48:58 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A30DCAFC6; Mon, 9 Sep 2019 15:48:56 +0000 (UTC) From: Luis Henriques To: Jeff Layton , Sage Weil , Ilya Dryomov Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org, Luis Henriques Subject: [PATCH v3] ceph: allow object copies across different filesystems in the same cluster Date: Mon, 9 Sep 2019 16:48:54 +0100 Message-Id: <20190909154854.23839-1-lhenriques@suse.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- fs/ceph/file.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) Hi, Here's the changelog: * since v2 - single dout() in error path * since v1: - Dropped have_fsid checks on client structs - Use %pU to print the fsid instead of raw hex strings (%*ph) - Fixed 'To:' field in email so that this time the patch hits vger Cheers, -- Luis diff --git a/fs/ceph/file.c b/fs/ceph/file.c index 685a03cc4b77..846cf5aea85e 100644 --- a/fs/ceph/file.c +++ b/fs/ceph/file.c @@ -1904,6 +1904,7 @@ static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, struct ceph_inode_info *src_ci = ceph_inode(src_inode); struct ceph_inode_info *dst_ci = ceph_inode(dst_inode); struct ceph_cap_flush *prealloc_cf; + struct ceph_fs_client *src_fsc = ceph_inode_to_client(src_inode); struct ceph_object_locator src_oloc, dst_oloc; struct ceph_object_id src_oid, dst_oid; loff_t endoff = 0, size; @@ -1915,8 +1916,16 @@ static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, if (src_inode == dst_inode) return -EINVAL; - if (src_inode->i_sb != dst_inode->i_sb) - return -EXDEV; + if (src_inode->i_sb != dst_inode->i_sb) { + struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode); + + if (ceph_fsid_compare(&src_fsc->client->fsid, + &dst_fsc->client->fsid)) { + dout("Copying files across clusters: src: %pU dst: %pU\n", + &src_fsc->client->fsid, &dst_fsc->client->fsid); + return -EXDEV; + } + } if (ceph_snap(dst_inode) != CEPH_NOSNAP) return -EROFS; @@ -1928,7 +1937,7 @@ static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, * efficient). */ - if (ceph_test_mount_opt(ceph_inode_to_client(src_inode), NOCOPYFROM)) + if (ceph_test_mount_opt(src_fsc, NOCOPYFROM)) return -EOPNOTSUPP; if ((src_ci->i_layout.stripe_unit != dst_ci->i_layout.stripe_unit) || @@ -2044,7 +2053,7 @@ static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, dst_ci->i_vino.ino, dst_objnum); /* Do an object remote copy */ err = ceph_osdc_copy_from( - &ceph_inode_to_client(src_inode)->client->osdc, + &src_fsc->client->osdc, src_ci->i_vino.snap, 0, &src_oid, &src_oloc, CEPH_OSD_OP_FLAG_FADVISE_SEQUENTIAL |