Date: Wed, 7 Sep 2022 22:56:05 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e7d9290fc2b6 - main - RELNOTES: Add an entry for use of "intr,nolockd" NFSv4.1/4.2 mounts Message-ID: <202209072256.287Mu5ar080245@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=e7d9290fc2b6ce896a5a410159bb6b09a3678ae8 commit e7d9290fc2b6ce896a5a410159bb6b09a3678ae8 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-09-07 22:55:15 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-09-07 22:55:15 +0000 RELNOTES: Add an entry for use of "intr,nolockd" NFSv4.1/4.2 mounts Add an entry for the commits that make the mount options "intr" and "nolockd" usable for NFSv4.1/4.2 mounts. --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELNOTES b/RELNOTES index e597b7a41ff9..ebee85672a88 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,12 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +981ef32230b2,33721eb991d8: + These commits make the use of NFSv4.1/4.2 mounts with the "intr" + mount option fairly usable, although not 100% correct, so long as + the "nolockd" mount option is used as well. See the mount_nfs(8) + manual page for more information. + b875d4f5ddcb,0685c73cfe88: The NFSv4.1/4.2 client and server will now generate console messages if sessions are broken, suggesting that users check to ensure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209072256.287Mu5ar080245>