]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Make the network transports value in the mount
authorSteve Dickson <steved@redhat.com>
Fri, 9 Oct 2009 17:14:52 +0000 (13:14 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 9 Oct 2009 17:14:52 +0000 (13:14 -0400)
config file case sensitive, since they are in the
mount command's parsing code.

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

index f9fcfcbccb1dbf5e91475ab64382b6f8ac21b306..991838f36c477b6e9818caa510b8610785f60228 100644 (file)
 # 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
+#
+# Network Transport [udp,tcp,rdma] (Note: values are case sensitive)
+# Proto=tcp
 #
 # The number of times a request will be retired before 
 # generating a timeout