All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Jeff Layton <jlayton@poochiereds.net>
Cc: linux-nfs@vger.kernel.org
Subject: Re: [PATCH] nfsd: add a new nowcc export option to disable WCC attrs in v3 replies
Date: Fri, 11 Sep 2015 09:35:34 -0400	[thread overview]
Message-ID: <20150911133534.GB11677@fieldses.org> (raw)
In-Reply-To: <20150903163537.3f6d9292@tlielax.poochiereds.net>

On Thu, Sep 03, 2015 at 04:35:37PM -0400, Jeff Layton wrote:
> On Thu, 3 Sep 2015 16:20:16 -0400
> "J. Bruce Fields" <bfields@fieldses.org> wrote:
> 
> > On Thu, Sep 03, 2015 at 03:54:17PM -0400, Jeff Layton wrote:
> > > 2) getattrs: We're working around the problem with this new export
> > > option, but if you don't use that then you can potentially deadlock
> > > with NFS. It wants to take the i_mutex in its ->getattr operation but
> > > knfsd calls vfs_getattr with that held to do post-op attrs. My initial
> > > workaround was to drop the i_mutex before calling fh_getattr instead of
> > > after, but then I hit the performance problem I described.
> > > 
> > > 3) locking: proxying v3 locking is a painful mess. If the reexporter
> > > reboots, it'll lose its lease on the main server, which will kick out
> > > all of its state. At that point you can end up with another client
> > > racing and getting your lock before the reexporter can come back up and
> > > reclaim it.
> > > 
> > > Our main use-case for this is pretty limited and doesn't involve file
> > > locking (so far!).
> > 
> > So this is the interest part, I guess.--b.
> > 
> 
> Yeah. The locking one is a real bugger. We have a potential design for
> a solution, but I'm not sure it'll be something we can open source.

Actually it wasn't the locking I was curious about so much as the use
case and whether it's something anyone else would care about.

--b.

      reply	other threads:[~2015-09-11 13:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03 17:33 [PATCH] nfsd: add a new nowcc export option to disable WCC attrs in v3 replies Jeff Layton
2015-09-03 18:43 ` J. Bruce Fields
2015-09-03 18:52   ` Jeff Layton
2015-09-03 19:19     ` J. Bruce Fields
2015-09-03 19:54       ` Jeff Layton
2015-09-03 20:20         ` J. Bruce Fields
2015-09-03 20:35           ` Jeff Layton
2015-09-11 13:35             ` J. Bruce Fields [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=20150911133534.GB11677@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=jlayton@poochiereds.net \
    --cc=linux-nfs@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.