linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Marc Eshel <eshel@us.ibm.com>
Cc: Anna Schumaker <bjschuma@netapp.com>,
	linux-nfs@vger.kernel.org, linux-nfs-owner@vger.kernel.org
Subject: Re: [PATCH v2 0/3] NFSD: Implement SEEK
Date: Wed, 13 Nov 2013 08:37:44 -0500	[thread overview]
Message-ID: <20131113133744.GD28033@fieldses.org> (raw)
In-Reply-To: <OFFBE22971.98BDE120-ON88257C22.0002C427-88257C22.000302F8@us.ibm.com>

On Tue, Nov 12, 2013 at 04:32:51PM -0800, Marc Eshel wrote:
> "J. Bruce Fields" <bfields@fieldses.org> wrote on 11/12/2013 03:02:01 PM:
> 
> > From: "J. Bruce Fields" <bfields@fieldses.org>
> > To: Marc Eshel/Almaden/IBM@IBMUS, 
> > Cc: Anna Schumaker <bjschuma@netapp.com>, linux-nfs@vger.kernel.org,
> > linux-nfs-owner@vger.kernel.org
> > Date: 11/12/2013 03:19 PM
> > Subject: Re: [PATCH v2 0/3] NFSD: Implement SEEK
> > 
> > On Tue, Nov 12, 2013 at 02:44:21PM -0800, Marc Eshel wrote:
> > > linux-nfs-owner@vger.kernel.org wrote on 11/12/2013 11:45:29 AM:
> > > 
> > > > From: "J. Bruce Fields" <bfields@fieldses.org>
> > > > To: Anna Schumaker <bjschuma@netapp.com>, 
> > > > Cc: linux-nfs@vger.kernel.org
> > > > Date: 11/12/2013 12:07 PM
> > > > Subject: Re: [PATCH v2 0/3] NFSD: Implement SEEK
> > > > Sent by: linux-nfs-owner@vger.kernel.org
> > > > 
> > > > On Tue, Nov 12, 2013 at 02:04:05PM -0500, Anna Schumaker wrote:
> > > > > These patches implement just the SEEK NFS v4.2 operation. 
> WRITE_PLUS 
> > > is
> > > > > still under discussion with the IETF after my last series of 
> patches, 
> > > so I
> > > > > am holding off on resubmitting until after spec discussion dies 
> down.
> > > > > 
> > > > > Questions?  Comments?  Thoughts?
> > > > > Anna
> > > > > 
> > > > > Anna Schumaker (3):
> > > > >   NFSD: Update error codes
> > > > 
> > > > I don't think I got this first patch.
> > > > 
> > > > >   NFSD: Create nfs v4.2 decode ops
> > > > >   NFSD: Implement SEEK
> > > > 
> > > > I'd like to be reassured the protocol is reasonably stable before we
> > > > commit this.  I haven't been following the ietf wg discussion 
> closely.
> > > > 
> > > > And this should initially be disabled by default.  So, probably 
> either:
> > > 
> > > It is not enough that it is usable only for client the mount 
> > > minorversion=2
> > > anyone using this option knows that they are using a prototype.
> > 
> > The client may default to minorversion=2 some day, so, no, the user
> > doesn't necessarily know they're using a prototype.
> > 
> > And the server doesn't have any control over what kernel or distro the
> > client's running.  We want future clients to be able to default to 4.2,
> > and we don't require servers and clients to be upgraded in lockstep.
> 
> The server accepting 4.2 mount can be under config options but once it is 
> mounted it can support the new features by checking for the the version, 
> right?

Sorry, I don't understand the question.

--b.

  reply	other threads:[~2013-11-13 13:37 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-12 19:04 [PATCH v2 0/3] NFSD: Implement SEEK Anna Schumaker
2013-11-12 19:04 ` [PATCH v2 1/3] NFSD: Update error codes Anna Schumaker
2013-11-12 19:04 ` [PATCH v2 2/3] NFSD: Create nfs v4.2 decode ops Anna Schumaker
2013-11-12 19:04 ` [PATCH v2 3/3] NFSD: Implement SEEK Anna Schumaker
2013-11-12 19:45 ` [PATCH v2 0/3] " J. Bruce Fields
2013-11-12 19:54   ` Anna Schumaker
2013-11-12 19:59     ` J. Bruce Fields
2013-11-13 16:01       ` Anna Schumaker
2013-11-13 16:07         ` Anna Schumaker
2013-11-13 16:15           ` Christoph Hellwig
2013-11-13 16:49             ` J. Bruce Fields
2013-11-13 16:52               ` Christoph Hellwig
2013-11-13 18:46                 ` J. Bruce Fields
2013-11-13 17:02               ` Joshuah Hurst
2013-11-13 17:07               ` Anna Schumaker
2013-11-12 22:44   ` Marc Eshel
2013-11-12 23:02     ` J. Bruce Fields
2013-11-13  0:32       ` Marc Eshel
2013-11-13 13:37         ` J. Bruce Fields [this message]
2013-11-12 20:42 ` [PATCH v2 1/3] NFSD: Update error codes Anna Schumaker
2013-11-12 22:44   ` Marc Eshel

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=20131113133744.GD28033@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=bjschuma@netapp.com \
    --cc=eshel@us.ibm.com \
    --cc=linux-nfs-owner@vger.kernel.org \
    --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).