From: Chuck Lever <chuck.lever@oracle.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
kzak@redhat.com, sfrench@samba.org, trond.myklebust@fys.uio.no,
mark.fasheh@oracle.com, kurt.hackel@oracle.com
Subject: Re: request for patches: showing mount options
Date: Tue, 31 Jul 2007 17:16:27 -0400 [thread overview]
Message-ID: <46AFA6AB.8080208@oracle.com> (raw)
In-Reply-To: <E1IFyEK-00042c-00@dorka.pomaz.szeredi.hu>
[-- Attachment #1: Type: text/plain, Size: 2165 bytes --]
Miklos Szeredi wrote:
>>>> After a successful mount, the NFS mount command tucks some options into
>>>> /etc/mtab that reflect which mountd was used for the mount, and what
>>>> protocol version and port was used for the mount request. Those options
>>>> are not passed to the kernel, and do not appear in /proc/mounts today.
>>>> See nfs(5)'s discussion of the mountport, mounthost, mountprog, and
>>>> mountvers options.
>>>>
>>>> However, the trend for NFS is to push mount option parsing into the
>>>> kernel. Thus all options will be passed to the kernel, and at that
>>>> point it should be able to reflect the mount* options in /proc/mounts.
>>>> But it doesn't do that quite yet.
>>> Trond, do you have a roadmap for this?
>> Well I'm actually doing the coding, and Trond is playing more of an
>> architectural role.
>
> OK, what your estimage for this then?
I don't have an estimate. This is all very slippery because once I get
into a part of the code, we discover a lot of issues that we didn't
expect. The NFS mount stuff is largely historical; we've all forgotten
(or never really knew) how it works.
> It would be nice to have all this stuff in 2.6.24, which doesn't leave
> a lot of time.
Yes, that would be nice, but there's a lot of stuff that needs to get
done before this. NFS IPv6, for example, is a higher priority than
refactoring to remove /etc/mtab -- the US government has a new
requirement in 2008 for IPv6 support in any software that it purchases,
and NFS may be a stumbling block for distributors if it doesn't have it.
So I'd say "no way" for 2.6.24, but it's really Trond's call to make.
> But if it's just those four options you mentioned, it should be
> managable. I do not think there needs to be some generic code to
> hande userspace-only options, it would be perfectly fine just to
> parse, store and show them like all the other options.
Like you, I don't expect it will be difficult to implement, but I have
too many balls in the air to make any promises at the moment. Plus, we
can't really predict when distributors will feel the in-kernel mount
parsing stuff will be ready for their users.
[-- Attachment #2: chuck.lever.vcf --]
[-- Type: text/x-vcard, Size: 290 bytes --]
begin:vcard
fn:Chuck Lever
n:Lever;Chuck
org:Oracle Corporation;Corporate Architecture: Linux Projects Group
adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
title:Principal Member of Staff
tel;work:+1 248 614 5091
x-mozilla-html:FALSE
url:http://oss.oracle.com/~cel
version:2.1
end:vcard
next prev parent reply other threads:[~2007-07-31 21:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-27 13:45 request for patches: showing mount options Miklos Szeredi
2007-07-27 14:10 ` Steve French
2007-07-27 14:20 ` Miklos Szeredi
2007-07-27 15:30 ` Ian Kent
2007-07-27 15:40 ` Miklos Szeredi
2007-07-27 16:04 ` Steve French
2007-07-27 16:09 ` Miklos Szeredi
2007-07-28 6:45 ` Ian Kent
2007-07-29 15:07 ` Jan Engelhardt
2007-07-27 19:43 ` Chuck Lever
2007-07-27 20:03 ` Miklos Szeredi
2007-07-27 20:12 ` Chuck Lever
2007-07-28 5:37 ` Miklos Szeredi
2007-07-30 15:20 ` Chuck Lever
2007-07-31 8:52 ` Miklos Szeredi
2007-07-31 14:19 ` Chuck Lever
2007-07-31 20:22 ` Miklos Szeredi
2007-07-31 21:16 ` Chuck Lever [this message]
2007-07-31 21:27 ` Trond Myklebust
2007-08-01 6:20 ` Miklos Szeredi
2007-07-31 22:21 ` Karel Zak
2007-08-01 6:52 ` Miklos Szeredi
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=46AFA6AB.8080208@oracle.com \
--to=chuck.lever@oracle.com \
--cc=kurt.hackel@oracle.com \
--cc=kzak@redhat.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.fasheh@oracle.com \
--cc=miklos@szeredi.hu \
--cc=sfrench@samba.org \
--cc=trond.myklebust@fys.uio.no \
/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.