Blame SOURCES/nfs-utils-1.3.0-nfsman-minorversion.patch
|
|
fc3648 |
diff -up nfs-utils-1.3.0/utils/mount/nfs.man.orig nfs-utils-1.3.0/utils/mount/nfs.man
|
|
|
fc3648 |
--- nfs-utils-1.3.0/utils/mount/nfs.man.orig 2017-03-31 16:15:33.487985468 -0400
|
|
|
fc3648 |
+++ nfs-utils-1.3.0/utils/mount/nfs.man 2017-03-31 16:30:21.321755420 -0400
|
|
|
fc3648 |
@@ -769,6 +769,23 @@ so if this mount option is not specified
|
|
|
fc3648 |
uses the TCP protocol.
|
|
|
fc3648 |
Refer to the TRANSPORT METHODS section for more details.
|
|
|
fc3648 |
.TP 1.5i
|
|
|
fc3648 |
+.BI minorversion= n
|
|
|
fc3648 |
+Specifies the protocol minor version number.
|
|
|
fc3648 |
+NFSv4 introduces "minor versioning," where NFS protocol enhancements can
|
|
|
fc3648 |
+be introduced without bumping the NFS protocol version number.
|
|
|
fc3648 |
+Before kernel 2.6.38, the minor version is always zero, and this
|
|
|
fc3648 |
+option is not recognized.
|
|
|
fc3648 |
+After this kernel, specifying "minorversion=1" enables a number of
|
|
|
fc3648 |
+advanced features, such as NFSv4 sessions.
|
|
|
fc3648 |
+.IP
|
|
|
fc3648 |
+Recent kernels allow the minor version to be specified using the
|
|
|
fc3648 |
+.B vers=
|
|
|
fc3648 |
+option.
|
|
|
fc3648 |
+For example, specifying
|
|
|
fc3648 |
+.B vers=4.1
|
|
|
fc3648 |
+is the same as specifying
|
|
|
fc3648 |
+.BR vers=4,minorversion=1 .
|
|
|
fc3648 |
+.TP 1.5i
|
|
|
fc3648 |
.BI port= n
|
|
|
fc3648 |
The numeric value of the server's NFS service port.
|
|
|
fc3648 |
If the server's NFS service is not available on the specified port,
|