From be7c64704edffc774937b8d39218da38a9f06f3a Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Fri, 16 Jul 2021 15:33:52 -0700 Subject: [PATCH] RELNOTES: Add an entry for commit ee29e6f31111 --- RELNOTES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELNOTES b/RELNOTES index 2ed1e14f67a1..173878640975 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,16 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +ee29e6f31111 + Commit ee29e6f31111 added a new sysctl called vfs.nfsd.srvmaxio + that can be used to increase the maximum I/O size for the NFS + server to any power of 2 up to 1Mbyte while the nfsd(8) is not running. + The FreeBSD NFS client can now be set to use a 1Mbyte I/O size + via the vfs.maxbcachebuf tunable and the Linux NFS client + can also do 1Mbyte I/O. + kern.ipc.maxsockbuf will need to be increased. A console + message will suggest a setting for it. + d575e81fbcfa gconcat(8) has added support for appending devices to the device not present at creation time.