Blame SOURCES/nfs-utils-2.5.4-nfsman-maxconnect.patch

ee8f10
commit 28deb4f398363e4e75ea41ff0fe604b11f6ee91a
ee8f10
Author: Olga Kornievskaia <kolga@netapp.com>
ee8f10
Date:   Tue Sep 21 13:00:12 2021 -0400
ee8f10
ee8f10
    nfs.man: adding new mount option max_connect
ee8f10
    
ee8f10
    When client discovers trunkable servers, instead of dropping newly
ee8f10
    created trunkable connections, add this connection to the existing
ee8f10
    RPC client.
ee8f10
    
ee8f10
    Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
ee8f10
    Signed-off-by: Steve Dickson <steved@redhat.com>
ee8f10
ee8f10
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
ee8f10
index f1b76936..57a693fd 100644
ee8f10
--- a/utils/mount/nfs.man
ee8f10
+++ b/utils/mount/nfs.man
ee8f10
@@ -416,6 +416,19 @@ Note that the
ee8f10
 option may also be used by some pNFS drivers to decide how many
ee8f10
 connections to set up to the data servers.
ee8f10
 .TP 1.5i
ee8f10
+.BR max_connect= n
ee8f10
+While
ee8f10
+.BR nconnect
ee8f10
+option sets a limit on the number of connections that can be established
ee8f10
+to a given server IP,
ee8f10
+.BR max_connect
ee8f10
+option allows the user to specify maximum number of connections to different
ee8f10
+server IPs that belong to the same NFSv4.1+ server (session trunkable
ee8f10
+connections) up to a limit of 16. When client discovers that it established
ee8f10
+a client ID to an already existing server, instead of dropping the newly
ee8f10
+created network transport, the client will add this new connection to the
ee8f10
+list of available transports for that RPC client.
ee8f10
+.TP 1.5i
ee8f10
 .BR rdirplus " / " nordirplus
ee8f10
 Selects whether to use NFS v3 or v4 READDIRPLUS requests.
ee8f10
 If this option is not specified, the NFS client uses READDIRPLUS requests