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

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