Blame SOURCES/nfs-utils-2.3.3-nconnect-manpage.patch

6f21ac
commit 3ff6fad27d2cd0772a40ddb65694ce04f3da83bc
6f21ac
Author: Trond Myklebust <trond.myklebust@hammerspace.com>
6f21ac
Date:   Wed Jan 29 10:42:03 2020 -0500
6f21ac
6f21ac
    manpage: Add a description of the 'nconnect' mount option
6f21ac
    
6f21ac
    Add a description of the 'nconnect' mount option on the 'nfs' generic
6f21ac
    manpage.
6f21ac
    
6f21ac
    Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
6f21ac
    Signed-off-by: Steve Dickson <steved@redhat.com>
6f21ac
6f21ac
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
6f21ac
index 6ba9cef..84462cd 100644
6f21ac
--- a/utils/mount/nfs.man
6f21ac
+++ b/utils/mount/nfs.man
6f21ac
@@ -369,6 +369,23 @@ using an automounter (refer to
6f21ac
 .BR automount (8)
6f21ac
 for details).
6f21ac
 .TP 1.5i
6f21ac
+.BR nconnect= n
6f21ac
+When using a connection oriented protocol such as TCP, it may
6f21ac
+sometimes be advantageous to set up multiple connections between
6f21ac
+the client and server. For instance, if your clients and/or servers
6f21ac
+are equipped with multiple network interface cards (NICs), using multiple
6f21ac
+connections to spread the load may improve overall performance.
6f21ac
+In such cases, the
6f21ac
+.BR nconnect
6f21ac
+option allows the user to specify the number of connections
6f21ac
+that should be established between the client and server up to
6f21ac
+a limit of 16.
6f21ac
+.IP
6f21ac
+Note that the
6f21ac
+.BR nconnect
6f21ac
+option may also be used by some pNFS drivers to decide how many
6f21ac
+connections to set up to the data servers.
6f21ac
+.TP 1.5i
6f21ac
 .BR rdirplus " / " nordirplus
6f21ac
 Selects whether to use NFS v3 or v4 READDIRPLUS requests.
6f21ac
 If this option is not specified, the NFS client uses READDIRPLUS requests