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

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