linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: "Myklebust, Trond" <Trond.Myklebust@netapp.com>
Cc: "Venkateswararao Jujjuri" <jvrao@linux.vnet.ibm.com>,
	"Chuck Lever" <chuck.lever@oracle.com>,
	<linux-nfs@vger.kernel.org>
Subject: Re: State of NFSv4 VolatileFilehandles
Date: Thu, 4 Aug 2011 08:23:11 +1000	[thread overview]
Message-ID: <20110804082311.21b7e73a@notabene.brown> (raw)
In-Reply-To: <2E1EB2CF9ED1CB4AA966F0EB76EAB4430A778B9B@SACMVEXC2-PRD.hq.netapp.com>

On Wed, 3 Aug 2011 05:27:26 -0700 "Myklebust, Trond"
<Trond.Myklebust@netapp.com> wrote:

> > >> - Any discussion/sugestions on the way to implement VFH?  As
> > described in RFC 3530 sections 4.2.3 and 4.2.4?
> > > I think we are avoiding volatile file handles as long as possible.
> > We don't have plans to implement them at the moment.
> > Hrm. How can we achieve the complete migration support without
> volatile
> > filehandle support?
> > What are the reasons for avoiding it? May be we can start looking into
> > this but would like to understand
> > the reasons (if any) for avoiding it.
> 
> POSIX allows the namespace to change at any time (rename() or unlink())
> and so you cannot rely on addressing files by pathname. That was the
> whole reason for introducing filehandles into NFSv2 in the first place.
> 
> Volatile filehandles were introduced in NFSv4 without any attempt to fix
> those shortcomings. There is no real prescription for how to recover in
> a situation where a rename or unlink has occurred prior to the
> filehandle expiring. Nor is there a reliable prescription for dealing
> with the case where a new file of the same name has replaced the
> original.
> Basically, the implication is that volatile filehandles are only really
> usable in a situation where the whole Filesystem is read-only on the
> server.

I substantially agree, though I think the implication can be refined a little.

I would say that the implication is that a VFH is only really usable when the
complete path leading to the file in question is read-only.   We don't need
to assume that other files in other parts of the hierarchy which have stable
file handles are read-only.

So if the server presents us with a VFH, it seems reasonable to assume that
we can use a repeated lookup of the same name to refresh the filehandle
simply because there is no other credible way to respond to a FHEXPIRED.

So while the spec doesn't explicitly say that an expired VFH can be expected
to never be renamed, it does - as you say - strongly imply that so it seems
reasonable to proceed with implementation on that basis...

Is that convincing?

NeilBrown

  reply	other threads:[~2011-08-03 22:23 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-02 11:58 State of NFSv4 VolatileFilehandles Venkateswararao Jujjuri
2011-08-02 14:53 ` Chuck Lever
2011-08-03  7:28   ` Venkateswararao Jujjuri
2011-08-03 12:27     ` Myklebust, Trond
2011-08-03 22:23       ` NeilBrown [this message]
2011-08-04  1:16         ` Malahal Naineni
2011-08-04  2:12           ` Trond Myklebust
2011-08-15 20:49         ` Malahal Naineni
2011-08-16  8:06           ` Trond Myklebust
2011-08-16 15:59             ` Malahal Naineni
2011-08-16 22:24               ` NeilBrown
2011-08-03 15:43     ` Malahal Naineni
2011-08-03 22:13     ` Chuck Lever
2011-08-04 11:27       ` Venkateswararao Jujjuri
2011-08-04 16:03         ` J. Bruce Fields
2011-08-04 16:10           ` Trond Myklebust
2011-08-04 16:27             ` J. Bruce Fields
2011-08-04 16:48               ` Myklebust, Trond
2011-08-04 17:03                 ` J. Bruce Fields
2011-08-04 17:21                   ` Trond Myklebust
2011-08-04 17:30                     ` J. Bruce Fields
2011-08-04 17:38                       ` Trond Myklebust
2011-08-05 13:38           ` Christoph Hellwig
2011-08-05 19:16             ` J. Bruce Fields
2011-08-10 10:24               ` Christoph Hellwig
2011-08-04 15:56     ` J. Bruce Fields

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=20110804082311.21b7e73a@notabene.brown \
    --to=neilb@suse.de \
    --cc=Trond.Myklebust@netapp.com \
    --cc=chuck.lever@oracle.com \
    --cc=jvrao@linux.vnet.ibm.com \
    --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 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).