public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfs.conf: nfsd: Reflect disable v4.0 by default value
@ 2026-03-23 21:41 Salvatore Bonaccorso
  2026-03-24  0:50 ` Jeff Layton
  2026-03-29 20:51 ` Steve Dickson
  0 siblings, 2 replies; 3+ messages in thread
From: Salvatore Bonaccorso @ 2026-03-23 21:41 UTC (permalink / raw)
  To: Jeff Layton, Steve Dickson; +Cc: linux-nfs, Salvatore Bonaccorso

In bb3f98c848a0 ("nfsd: disable v4.0 by default") and 27b9d85dbc30
("nfsdctl: disable v4.0 by default") v4.0 was switched to be disabled by
default. For consistency reflect as well the 'default off' change in the
commented entry for vers4.0 in the nfsd section of the nfs.conf
configuration file.

Cc: Jeff Layton <jlayton@kernel.org>
Cc: Steve Dickson <steved@redhat.com>
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
---
 nfs.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nfs.conf b/nfs.conf
index 18a1b319a524..3628b2f2d540 100644
--- a/nfs.conf
+++ b/nfs.conf
@@ -71,7 +71,7 @@
 # tcp=y
 # vers3=y
 # vers4=y
-# vers4.0=y
+# vers4.0=n
 # vers4.1=y
 # vers4.2=y
 rdma=y
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-29 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23 21:41 [PATCH] nfs.conf: nfsd: Reflect disable v4.0 by default value Salvatore Bonaccorso
2026-03-24  0:50 ` Jeff Layton
2026-03-29 20:51 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox