From: Bruce Fields <bfields@fieldses.org>
To: Jeff Layton <jlayton@redhat.com>
Cc: "Mkrtchyan, Tigran" <tigran.mkrtchyan@desy.de>,
Olga Kornievskaia <aglo@umich.edu>,
Trond Myklebust <trond.myklebust@primarydata.com>,
linux-nfs <linux-nfs@vger.kernel.org>,
Benjamin Coddington <bcodding@redhat.com>
Subject: Re: [PATCH 1/2] NFSv4: Fix CLOSE races with OPEN
Date: Thu, 15 Feb 2018 10:29:20 -0500 [thread overview]
Message-ID: <20180215152920.GA9999@fieldses.org> (raw)
In-Reply-To: <1518697380.4086.10.camel@redhat.com>
On Thu, Feb 15, 2018 at 07:23:00AM -0500, Jeff Layton wrote:
> On Thu, 2018-02-15 at 13:19 +0100, Mkrtchyan, Tigran wrote:
> >
> > ----- Original Message -----
> > > From: "Olga Kornievskaia" <aglo@umich.edu>
> > > To: "Trond Myklebust" <trond.myklebust@primarydata.com>
> > > Cc: "linux-nfs" <linux-nfs@vger.kernel.org>, "Benjamin Coddington" <bcodding@redhat.com>, "Jeff Layton"
> > > <jlayton@redhat.com>
> > > Sent: Tuesday, February 13, 2018 9:08:01 PM
> > > Subject: Re: [PATCH 1/2] NFSv4: Fix CLOSE races with OPEN
> > > On Mon, Nov 14, 2016 at 11:19 AM, Trond Myklebust
> > > <trond.myklebust@primarydata.com> wrote:
> > > > If the reply to a successful CLOSE call races with an OPEN to the same
> > > > file, we can end up scribbling over the stateid that represents the
> > > > new open state.
> > > > The race looks like:
> > > >
> > > > Client Server
> > > > ====== ======
> > > >
> > > > CLOSE stateid A on file "foo"
> > > > CLOSE stateid A, return stateid C
> > >
> > > Hi folks,
> > >
> > > I'd like to understand this particular issue. Specifically I don't
> > > understand how can server return stateid C to the close with stateid
> > > A.
> > >
> > > As per RFC 7530 or 5661. It says that state is returned by the close
> > > shouldn't be used.
> > >
> > > Even though CLOSE returns a stateid, this stateid is not useful to
> > > the client and should be treated as deprecated. CLOSE "shuts down"
> > > the state associated with all OPENs for the file by a single
> > > open-owner. As noted above, CLOSE will either release all file
> > > locking state or return an error. Therefore, the stateid returned by
> > > CLOSE is not useful for the operations that follow.
> > >
> > > Is this because the spec says "should" and not a "must"?
> > >
> > > Linux server increments a state's sequenceid on CLOSE. Ontap server
> > > does not. I'm not sure what other servers do. Are all these
> >
> >
> > Our server sends back invalid state id for v4.1 and v4.0.
> >
> > Tigran.
> >
>
> That's probably the best thing to do, and we should probably do the same
> for v4.0 in knfsd. Doing that might cause problems for clients that are
> not ignoring that field like they should, but they're buggy already.
Not only buggy in theory, but actually failing in practice, it sounds
like. So, a pretty safe change?
Returning an all-zeroes stateid would be simple and make the situation
really obvious.
--b.
next prev parent reply other threads:[~2018-02-15 15:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-14 16:19 [PATCH 0/2] Fix CLOSE races Trond Myklebust
2016-11-14 16:19 ` [PATCH 1/2] NFSv4: Fix CLOSE races with OPEN Trond Myklebust
2016-11-14 16:19 ` [PATCH 2/2] NFSv4: Don't call close if the open stateid has already been cleared Trond Myklebust
2016-11-14 16:40 ` [PATCH 1/2] NFSv4: Fix CLOSE races with OPEN Jeff Layton
2016-11-14 16:48 ` Trond Myklebust
2018-02-13 20:08 ` Olga Kornievskaia
2018-02-14 15:05 ` Benjamin Coddington
2018-02-14 15:21 ` Jeff Layton
2018-02-14 15:29 ` Trond Myklebust
2018-02-14 15:42 ` Benjamin Coddington
2018-02-14 16:06 ` Olga Kornievskaia
2018-02-14 16:59 ` Trond Myklebust
2018-02-14 22:17 ` Olga Kornievskaia
2018-02-15 12:19 ` Mkrtchyan, Tigran
2018-02-15 12:23 ` Jeff Layton
2018-02-15 15:29 ` Bruce Fields [this message]
2018-02-15 15:37 ` Trond Myklebust
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=20180215152920.GA9999@fieldses.org \
--to=bfields@fieldses.org \
--cc=aglo@umich.edu \
--cc=bcodding@redhat.com \
--cc=jlayton@redhat.com \
--cc=linux-nfs@vger.kernel.org \
--cc=tigran.mkrtchyan@desy.de \
--cc=trond.myklebust@primarydata.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 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.