linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Henriques <lhenriques@suse.com>
To: Jeff Layton <jlayton@kernel.org>
Cc: Sage Weil <sage@redhat.com>, Ilya Dryomov <idryomov@gmail.com>,
	"Yan, Zheng" <zyan@redhat.com>,
	Gregory Farnum <gfarnum@redhat.com>,
	ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC PATCH v3] ceph: add new obj copy OSD Op
Date: Wed, 20 Nov 2019 09:55:36 +0000	[thread overview]
Message-ID: <20191120095536.GA13949@hermes.olymp> (raw)
In-Reply-To: <20191118140551.GA8951@hermes.olymp>

On Mon, Nov 18, 2019 at 02:05:51PM +0000, Luis Henriques wrote:
> On Mon, Nov 18, 2019 at 08:12:39AM -0500, Jeff Layton wrote:
> > On Mon, 2019-11-18 at 12:09 +0000, Luis Henriques wrote:
> > > Hi,
> > > 
> > > Before going ahead with a pull-request for ceph I would like to make sure
> > > we're all on the same page regarding the final fix for this problem.
> > > Thus, following this email, I'm sending 2 patches: one for ceph OSDs and
> > > the another for the kernel client.
> > > 
> > > * osd: add new 'copy-from-notrunc' operation
> > >   This patch shall be applied to ceph master after reverting commit
> > >   ba152435fd85 ("osd: add flag to prevent truncate_seq copy in copy-from
> > >   operation").  It adds a new operation that will be exactly the same as
> > >   the original 'copy-from' operation, but with the extra 2 parameters
> > >   (truncate_{seq,size})
> > > 
> > > * ceph: switch copy_file_range to 'copy-from-notrunc' operation
> > >   This will make the kernel client use the new OSD op in
> > >   copy_file_range.  One extra thing that could probably be added is
> > >   changing the mount options to NOCOPYFROM if the first call to
> > >   ceph_osdc_copy_from() fails.
> > > 
> > 
> > I probably wouldn't change the mount options to be different from what
> > was initially specified. How about just disable copy_file_range
> > internally for that superblock, and then pr_notice a message that says
> > that copy_file_range is being autodisabled. If they mount with '-o
> > nocopyfrom' that will make the warning go away.
> 
> Ok, that makes sense.  I'll include this in the next rev, which will
> probably be sent only after the pull-request for ceph goes in (assuming
> the OSD patch won't need any major rework).

FYI, yesterday I created the pull-request for this [1].  I thought I had
also sent an email to this thread, but I guess I didn't... so, here it
is :-) 

[1] https://github.com/ceph/ceph/pull/31728

Cheers,
--
Luís

> 
> > > Does this look good, or did I missed something from the previous
> > > discussion?
> > > 
> > > (One advantage of this approach: the OSD patch can be easily backported!)
> > > 
> > 
> > Yep, I think this looks like a _much_ simpler approach to the problem.
> 
> Agreed!
> 
> Cheers,
> --
> Luís

      reply	other threads:[~2019-11-20  9:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-18 12:09 [RFC PATCH v3] ceph: add new obj copy OSD Op Luis Henriques
2019-11-18 12:09 ` [RFC PATCH] osd: add new 'copy-from-notrunc' operation Luis Henriques
2019-11-18 12:09 ` [RFC PATCH] ceph: switch copy_file_range to " Luis Henriques
2019-11-18 13:12 ` [RFC PATCH v3] ceph: add new obj copy OSD Op Jeff Layton
2019-11-18 14:05   ` Luis Henriques
2019-11-20  9:55     ` Luis Henriques [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191120095536.GA13949@hermes.olymp \
    --to=lhenriques@suse.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=gfarnum@redhat.com \
    --cc=idryomov@gmail.com \
    --cc=jlayton@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sage@redhat.com \
    --cc=zyan@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).