linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Kinglong Mee <kinglongmee@gmail.com>
Cc: Steve Dickson <SteveD@redhat.com>,
	linux-nfs@vger.kernel.org, Christoph Hellwig <hch@infradead.org>
Subject: Re: [PATCH] exportfs: Make sure pass all valid export flags to nfsd
Date: Mon, 16 Jan 2017 11:54:10 -0500	[thread overview]
Message-ID: <20170116165410.GB2953@fieldses.org> (raw)
In-Reply-To: <fdea0dfa-14f6-a29b-4001-549f0a40601d@gmail.com>

On Sun, Jan 15, 2017 at 03:43:21PM +0800, Kinglong Mee wrote:
> On 1/11/2017 22:16, J. Bruce Fields wrote:
> > On Sat, Jan 07, 2017 at 07:57:28PM +0800, Kinglong Mee wrote:
> >> On 1/7/2017 05:05, J. Bruce Fields wrote:
> >>> On Sat, Dec 31, 2016 at 09:05:11PM +0800, Kinglong Mee wrote:
> >>>> test_export pass a export flags only marks NFSEXP_FSID,
> >>>> nfsd may want other flags for export checking.
> >>>
> >>> Why?  What problem does this fix?
> >>
> >> When testing the patch "NFSD: Only support readonly export for
> >> !fsync and readonly filesystem", I found exportfs don't pass 
> >> all valid export flags to nfsd. So, make this patch.
> > 
> > This function is meant to test whether a filesystem supports nfs export
> > or not.  It doesn't need the full set of export flags.  Off the top of
> > my head I can't see reason this would cause problems, but I'm not
> > convinced it's safe, either.  (New nfs-utils against old kernels might
> > be a case to check, e.g. to see how unsupported flags are handled.)
> 
> There are two cases that passing the flags to nfsd, 
> 1, exportfs checks the export entry, only NFSEXP_FSID without this patch,
> 2, mountd pass the validate export entry, all validate export flags.
> 
> When the new nfs-utils against old kernels,
> user specifies an unsupported flags(Not NFSEXP_FSID),
> exportfs doesn't warning that unsupported flags (without test),
> mountd doesn't get the export entry for the flags.
> 
> If exportfs warning the unsupported flags, user can modify it and
> do the right export.
> Do I have an exact understanding?

OK, so when somebody specifies unsupported flags, the failures is silent
and client mounts just fail.  It would be better to warn when exportfs
runs.

I agree that that would be helpful.  Have you tested those cases?  (new
nfs-utils, old kernel).

It would be worth looking at validate_export() to see how it could
improve error messages in this case.  Currently it will say only:

	/example/export does not support NFS export

or

	/example/export requires fsid= for export

With your patch (forgive me if I misremember), I believe those are still
the only error messages, so it will be confusing if, for example, you
get

	/example/export does not support NFS export

when the real problem is that an export flag is unsupported.  (But maybe
you had kernel messages to help there, I don't remember.)

--b.

  reply	other threads:[~2017-01-16 16:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-31 13:05 [PATCH] exportfs: Make sure pass all valid export flags to nfsd Kinglong Mee
2017-01-04 16:56 ` Steve Dickson
2017-01-06 21:05 ` J. Bruce Fields
2017-01-07 11:57   ` Kinglong Mee
2017-01-11 14:16     ` J. Bruce Fields
2017-01-15  7:43       ` Kinglong Mee
2017-01-16 16:54         ` J. Bruce Fields [this message]
2017-01-18 10:16           ` Kinglong Mee

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=20170116165410.GB2953@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=SteveD@redhat.com \
    --cc=hch@infradead.org \
    --cc=kinglongmee@gmail.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).