X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfsmount.conf;h=9b8ff4af7492642659974cc8ac976e21211a8719;hp=f9fcfcbccb1dbf5e91475ab64382b6f8ac21b306;hb=1cf5510adf8cbf7c342d8fce73f0b62ac1f93612;hpb=a0caba9887474cdc9b9ba8b113a869ff7954ab84 diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf index f9fcfcb..9b8ff4a 100644 --- a/utils/mount/nfsmount.conf +++ b/utils/mount/nfsmount.conf @@ -24,14 +24,29 @@ # All reads and writes to the 'nfsserver.foo.com' server # will be done with 32k (32768 bytes) block sizes. # -#[ NFSMount_Global_Options ] +[ NFSMount_Global_Options ] # 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] -# Proto=Tcp +# 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 # generating a timeout