From: "J. Bruce Fields" <bfields@fieldses.org>
To: Frank Steiner <fsteiner-mail1@bio.ifi.lmu.de>
Cc: linux-nfs@vger.kernel.org
Subject: Re: Are there really no server-side mount/umount message for NFSv4?
Date: Wed, 22 Jul 2015 10:33:20 -0400 [thread overview]
Message-ID: <20150722143320.GE22718@fieldses.org> (raw)
In-Reply-To: <55AF8907.1090807@bio.ifi.lmu.de>
On Wed, Jul 22, 2015 at 02:13:59PM +0200, Frank Steiner wrote:
> J. Bruce Fields wrote
>
> > There aren't any mount or umount calls in the NFSv4 protocol.
>
> Ok.
>
> > (For example, an NFSv4 server typically wouldn't have any way to tell
> > the difference between a client that has unmounted and one that just
> > isn't using the filesystem right now.)
> >
> > If you could describe in more detail your use case, someone might be
> > able to suggest a different solution. Or it might influence what sort
> > of information the nfs server exports to users in the future.
>
> The case where we watched the log file is very very specific and nothing
> that could not be solved otherwise. My main point was that we sometimes
> ran into "could not mount blabla" on the client, and then the server
> often gave a more detailed messages pointing us to the error. E.g. in
> NFSv4 we made a mistake by exporting our /nfsv4/ root, bind-mounted
> /nfsv4/x/ and exported onlt /nfsv4/ and /nfsv4/x/y to some client.
> Without any helpful error messages it took us some time to figure
> out that we had to export the whole bind-mount /nfsv4/x to the
> client or make another bindmount only for the /x/y/ subdir.
Hm. In this case I think there'd be evidence of the failure left in
/proc/net/rpc/nfsd.fh/content, though only after you turned on some rpc
debugging, which isn't something you'd want some program doing behind
your back. There'd also be an upcall to rpc.mountd (at least on the
first failure), so simplest might be to add some optional logging there.
Might be worth looking into. (I'm not volunteering for now.)
--b.
prev parent reply other threads:[~2015-07-22 14:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-21 13:57 Are there really no server-side mount/umount message for NFSv4? Frank Steiner
2015-07-21 16:03 ` J. Bruce Fields
2015-07-22 7:31 ` Mkrtchyan, Tigran
2015-07-22 14:34 ` J. Bruce Fields
2015-07-22 12:13 ` Frank Steiner
2015-07-22 14:33 ` 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=20150722143320.GE22718@fieldses.org \
--to=bfields@fieldses.org \
--cc=fsteiner-mail1@bio.ifi.lmu.de \
--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