From ESXi 8.0U3 release onward, users will see a new option "number of connections" , -c, while using esxcli to mount NFS Version 4.1 datastores.
The "nConnect"feature provides facility to add multiple connections per IP of an NFSv41 datastore. This feature will be available currently only through the command line interface.
VMware vSphere ESXi 8.0 U3
esxcli storage nfs41 add -H <host> -v <volume-label> -s <remote_share> -c <number_of_connections>
esxcfg-advcfg -s 8 /NFS41/MaxNConnectConns
esxcfg-advcfg -g /NFS41/MaxNConnectConns
esxcli storage nfs41 parameter set -v <volume-label> -c <number_of_connections>
Please note:
There is no impact to multipathing. NFS41 nConnect and multipaths can coexist:
esxcli storage nfs41 add -H <IP1,IP2> -v <volume-label> -s <remote_share> -c <number_of_connections>