linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfs(5): Document the minorversion= mount option
@ 2012-11-14 22:39 Chuck Lever
  2012-11-14 23:01 ` Myklebust, Trond
  0 siblings, 1 reply; 8+ messages in thread
From: Chuck Lever @ 2012-11-14 22:39 UTC (permalink / raw)
  To: linux-nfs

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---

Our pals on the Solaris team recently noticed that the minorversion=
option is not documented in nfs(5).  This is a first take, just to
start the conversation.  I'm pretty sure I got the kernel version
information wrong, for instance.

Any other comments?

 utils/mount/nfs.man |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index c15de98..66198cc 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -777,6 +777,23 @@ so if this mount option is not specified, the NFS version 4 client
 uses the TCP protocol.
 Refer to the TRANSPORT METHODS section for more details.
 .TP 1.5i
+.BI minorversion= n
+Specifies the protocol minor version number.
+NFSv4 introduces "minor versioning," where NFS protocol enhancements can
+be introduced without bumping the NFS protocol version number.
+Before kernel 2.6.38, the minor version is always zero, and this
+option is not recognized.
+After this kernel, specifying "minorversion=1" enables a number of
+advanced features, such as NFSv4 sessions.
+.IP
+Recent kernels allow the minor version to be specified using the
+.B vers=
+option.
+For example, specifying
+.B vers=4.1
+is the same as specifying
+.BR vers=4,minorversion=1 .
+.TP 1.5i
 .BI port= n
 The numeric value of the server's NFS service port.
 If the server's NFS service is not available on the specified port,


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-11-16 14:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 22:39 [PATCH] nfs(5): Document the minorversion= mount option Chuck Lever
2012-11-14 23:01 ` Myklebust, Trond
2012-11-14 23:03   ` Chuck Lever
2012-11-14 23:12     ` Myklebust, Trond
2012-11-14 23:37       ` Chuck Lever
2012-11-16 13:39         ` Steve Dickson
2012-11-16 14:05           ` Chuck Lever
2012-11-16 14:12             ` Steve Dickson

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).