Support for nConnect Feature Added in ESXi NFS Client

With the release of VMware ESXi 8.0 Update 1, VMware quietly introduced nConnect support in the NFS client — a long-awaited enhancement for environments using NFSv3 datastores.

The nConnect feature allows administrators to establish multiple parallel TCP connections per NFS datastore, significantly improving throughput, resiliency, and traffic isolation.

This guide walks you through how to configure nConnect, supported versions, and key operational tips.


🆕 What’s New in ESXi 8.0U1

From ESXi 8.0U1 onwards, a new parameter -c (number of connections) is available in esxcli when mounting NFSv3 datastores.

esxcli storage nfs add \
  -H <host> \
  -v <volume-label> \
  -s <remote_share> \
  -c <number_of_connections>

Key points:

  • Supported for NFSv3 only (NFSv4.1 not yet supported).
  • Currently available only via CLI, not via vCenter UI.
  • Host Profiles don’t officially support it yet (though there’s a workaround, see below).
  • Default max connections per datastore: 4
  • Adjustable up to 8 connections via advanced option:
esxcfg-advcfg -s 8 /NFS/MaxConnectionsPerDatastore

⚠️ The total number of connections across all mounted NFSv3 datastores is capped at 256.


Runtime Scaling in ESXi 8.0U2

The nConnect feature got a useful upgrade in VMware ESXi 8.0 Update 2.
You can now increase or decrease the number of TCP connections on an existing NFSv3 mount without unmounting the datastore:

esxcli storage nfs param set \
  -v <volume-label> \
  -c <number_of_connections>

This flexibility helps admins fine-tune NFS performance on the fly — for example, ramping up connections during heavy backup windows or scaling down during low I/O periods.

Note: In both 8.0U1 and 8.0U2, the default number of connections remains 1.


How to Check Active NFS Connections

To view the number of RPC clients currently used by mounted NFSv3 datastores, run:

vsish -e get /vmkModules/nfsclient/info

Sample output:

NFS Connections Info {
mountedVolumes:10
totalConnections 40
}

This command is particularly handy for performance troubleshooting and capacity planning.


🧪 Experimental: Host Profile Integration

Although official Host Profile support for nConnect is not yet released, VMware added an experimental field named “Number of TCP connections” in:

Host Profile → Storage Configuration → NFS

What it does:
When you set a value here, ESXi will use that number of parallel TCP sessions when mounting the NFS datastore during profile remediation.

This is ideal for consistent deployment across multiple hosts in larger clusters.


Best Practices & Tips

  • Start with 4 connections and scale up as needed after performance testing.
  • Keep the 256 connection limit in mind when mounting multiple datastores.
  • Use consistent configuration across hosts to avoid mount mismatches.
  • Monitor performance metrics via VMware vSphere or CLI.
  • If you’re using Host Profiles, experiment carefully with the TCP connection parameter.

Summary

The nConnect feature in ESXi’s NFS client marks a major step forward in improving NFSv3 performance and scalability in enterprise environments.

Whether you’re running backup workloads, large VMs, or latency-sensitive applications, multiple TCP connections per NFS datastore can make a measurable difference.

If you’re upgrading to VMware ESXi 8.0U1 or later, nConnect is worth testing and adopting in your storage strategy.


Links

MS-A2 VCF 9.0 Lab: Deploying VMware Private AI…

MS-A2 VCF 9.0 Lab: Deploying VMware Private AI…

In this blog post, we will now deploy an instance of VMware Private AI Services (PAIS) that will use the Vector Database that was provisioned earlier and the OIDC Client Application that we had also setup earlier using the Authentik Identity Provider (IdP). Requirements: VCF Automation (VCFA) […]


Broadcom Social Media Advocacy

MS-A2 VCF 9.0 Lab: Configuring Authentik…

MS-A2 VCF 9.0 Lab: Configuring Authentik…

In this blog post, we will walk through the configuration of an Identity Provider (IdP) and create an OIDC Public Application Client, which will be used to grant access to a PAIS deployment. As of this blog post, the instructions for setting up the required IdP will be based on Authentik (which […]


Broadcom Social Media Advocacy

MS-A2 VCF 9.0 Lab: Configuring Model Store…

MS-A2 VCF 9.0 Lab: Configuring Model Store…

In this blog post, we will setup an AI Model Store using Harbor, which will allow us to download Hugging Face models and upload that to our private Harbor registry for use with VMware for Private AI Services (PAIS). Requirements: VM to install Harbor or an existing Harbor instance Docker Client […]


Broadcom Social Media Advocacy

Enhancement in VCF 9.0.1 to bypass vSAN ESA HCL…

Enhancement in VCF 9.0.1 to bypass vSAN ESA HCL & Host Commission 10GbE NIC Check

Enhancement in VCF 9.0.1 to bypass vSAN ESA HCL…

VMware Cloud Foundation (VCF) 9.0.1 is the first maintenance release for VCF 9.0, delivering a number of important fixes but also several exciting enhancements for lab deployments or running proof-of-concepts (PoC). VCF 9.0 had already introduced a number of built-in capabilities and some neat “tricks” that makes it easier than ever to deploy a minimal VCF […]


Broadcom Social Media Advocacy

Capacity Management Series – Part 3: Planning…

Capacity Management Series – Part 3: Planning for Future Capacity Needs

Capacity Management Series – Part 3: Planning…

This video is Part 3 of the VMware Cloud Foundation Capacity Management series that shows you how you can leverage What-If Scenarios to for Infrastructure, workload, and Migration Planning. • Series Objectives – 00:27 • Infrastructure Planning Overview and Demo – 01:48 • Workload Planning Overview and Demo – 03:48 • Migration Planning Overview and Demo – 05:58 • Series Key Takeaways – 07:27


Broadcom Social Media Advocacy

Capacity Management Series – Part 2: Optimizing…

Capacity Management Series – Part 2: Optimizing Capacity

Capacity Management Series – Part 2: Optimizing…

This video is Part 2 of the VMware Cloud Foundation Capacity Management series that shows you how you can optimize your environment’s capacity with reclamation and rightsizing tools. • Series Objectives – 00:27 • Reclaim and Rightsize Overview – 01:35 • Reclaim Demo – 06:43 • Modifying Reclamation Settings – 07:42 • Rightsize Demo – 08:03


Broadcom Social Media Advocacy