]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Added the defaultproto and defaultvers variable to the mount nfs-utils-1-2-1-rc7
authorSteve Dickson <steved@redhat.com>
Thu, 22 Oct 2009 19:35:54 +0000 (15:35 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 22 Oct 2009 19:35:54 +0000 (15:35 -0400)
configuration file.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/nfsmount.conf

index 991838f36c477b6e9818caa510b8610785f60228..9b8ff4af7492642659974cc8ac976e21211a8719 100644 (file)
 # This statically named section defines global mount 
 # options that can be applied on all NFS mount.
 #
 # This statically named section defines global mount 
 # options that can be applied on all NFS mount.
 #
-# Protocol Version [2,3]
-# Nfsvers=3
-#
-# Network Transport [udp,tcp,rdma] (Note: values are case sensitive)
+# Protocol Version [2,3,4]
+# This defines the default protocol version which will
+# be used to start the negotiation with the server.
+# Defaultvers=4
+#
+# Setting this option makes it mandatory the server supports the
+# given version. The mount will fail if the given version is 
+# not support by the server. 
+# Nfsvers=4
+#
+# Network Protocol [udp,tcp,rdma] (Note: values are case sensitive)
+# This defines the default network protocol which will
+# be used to start the negotiation with the server.
+# Defaultproto=tcp
+#
+# Setting this option makes it mandatory the server supports the
+# given network protocol. The mount will fail if the given network
+# protocol is not supported by the server.
 # Proto=tcp
 #
 # The number of times a request will be retired before 
 # Proto=tcp
 #
 # The number of times a request will be retired before