All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfsconfig.conf: Make transport setting case sensitive
@ 2009-10-09 17:12 Steve Dickson
  0 siblings, 0 replies; only message in thread
From: Steve Dickson @ 2009-10-09 17:12 UTC (permalink / raw)
  To: linux-nfs

Author: Steve Dickson <steved@redhat.com>
Date:   Thu Oct 9 12:08:58 2009 -0400

    Make the network transports value in the mount
    config file case sensitive, since they are in the
    mount command's parsing code.
    
    Signed-off-by: Steve Dickson <steved@redhat.com>

diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf
index f9fcfcb..991838f 100644
--- a/utils/mount/nfsmount.conf
+++ b/utils/mount/nfsmount.conf
@@ -24,14 +24,15 @@
 # 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 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-09 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-09 17:12 [PATCH] nfsconfig.conf: Make transport setting case sensitive Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.