From: Jeff Layton <jlayton@kernel.org>
To: Steve Dickson <steved@redhat.com>
Cc: linux-nfs@vger.kernel.org, Jeff Layton <jlayton@kernel.org>
Subject: [PATCH 2/2] nfsdctl: disable v4.0 by default
Date: Wed, 08 Oct 2025 16:13:43 -0400 [thread overview]
Message-ID: <20251008-master-v1-2-c879be4973c8@kernel.org> (raw)
In-Reply-To: <20251008-master-v1-0-c879be4973c8@kernel.org>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
utils/nfsdctl/nfsdctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/nfsdctl/nfsdctl.c b/utils/nfsdctl/nfsdctl.c
index e7a0e12495277d2e98a6c21c7cee29fe459f37cc..87320edd45d4a0066c0b88ea6d7c17bce783e39f 100644
--- a/utils/nfsdctl/nfsdctl.c
+++ b/utils/nfsdctl/nfsdctl.c
@@ -1474,7 +1474,7 @@ static int configure_versions(void)
* First apply the default versX.Y settings from nfs.conf.
*/
update_nfsd_version(3, 0, true);
- update_nfsd_version(4, 0, true);
+ update_nfsd_version(4, 0, false);
update_nfsd_version(4, 1, true);
update_nfsd_version(4, 2, true);
--
2.51.0
next prev parent reply other threads:[~2025-10-08 20:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-08 20:13 [PATCH 0/2] nfsd/nfsdctl: default to starting with v4.0 servers disabled Jeff Layton
2025-10-08 20:13 ` [PATCH 1/2] nfsd: disable v4.0 by default Jeff Layton
2025-10-08 20:13 ` Jeff Layton [this message]
2026-01-09 19:04 ` [PATCH 0/2] nfsd/nfsdctl: default to starting with v4.0 servers disabled Jeff Layton
2026-01-10 9:20 ` Steve Dickson
2026-03-22 20:30 ` Steve Dickson
2026-03-22 21:31 ` Salvatore Bonaccorso
2026-03-22 21:42 ` Jeff Layton
2026-03-23 7:02 ` salvatore.bonaccorso
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=20251008-master-v1-2-c879be4973c8@kernel.org \
--to=jlayton@kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=steved@redhat.com \
/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 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.