From: Steve Dickson <SteveD@redhat.com>
To: linux-nfs@vger.kernel.org
Subject: [PATCH 3/3] nfsmount.conf: New variables that explicitly set default (Release 3)
Date: Sat, 17 Oct 2009 09:40:52 -0400 [thread overview]
Message-ID: <4AD9C964.4030106@RedHat.com> (raw)
In-Reply-To: <4AD9C871.3000400-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
commit 04f6cc992b99d09855736bccf33f1eb96af82244
Author: Steve Dickson <steved@redhat.com>
Date: Mon Oct 12 17:16:56 2009 -0400
Added the defaultproto and defaultvers variable to the mount
configuration file.
Signed-off-by: Steve Dickson <steved@redhat.com>
diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf
index 991838f..0d65056 100644
--- a/utils/mount/nfsmount.conf
+++ b/utils/mount/nfsmount.conf
@@ -28,10 +28,24 @@
# 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
next prev parent reply other threads:[~2009-10-17 13:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-17 13:36 [PATCH 0/3] nfsmount.conf: New variables that explicitly set default (Release 3) Steve Dickson
[not found] ` <4AD9C871.3000400-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2009-10-17 13:38 ` [PATCH 1/3] " Steve Dickson
2009-10-17 13:39 ` [PATCH 2/3] " Steve Dickson
2009-10-17 13:40 ` Steve Dickson [this message]
2009-10-20 13:27 ` [PATCH 0/3] " Chuck Lever
2009-10-22 19:48 ` Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AD9C964.4030106@RedHat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox