Primary Product: VMware vSphere ESXi Component: Storage / NFS
Symptom: An NFS datastore mounts with a "(1)" suffix (e.g., DatastoreName(1)) on specific ESXi hosts within a cluster. This occurs despite the datastore being mounted from the same remote path as other hosts in the cluster. This discrepancy in datastore names/UUIDs prevents cluster-wide operations such as vMotion, High Availability (HA), and Distributed Resource Scheduler (DRS).
Observed Behavior:
The issue is caused by the backend NetApp storage array generating and presenting asymmetric file handles for the same NFS export to different ESXi hosts.
In NFSv4.1, the ESXi host uses the file handle provided by the storage array to generate a Universally Unique Identifier (UUID) for the datastore. When the storage array provides a different file handle for the same export path to different hosts, ESXi interprets these as distinct storage volumes. To avoid a naming collision in vCenter for what it perceives as two different volumes sharing the same name, the hypervisor appends the "(1)" suffix to the duplicate mount.
The root cause resides at the storage layer; therefore, the primary resolution requires vendor engagement.
esxcli outputs showing the differing file handles provided to different hosts for the same mount point.If immediate storage consistency is required to restore cluster features (vMotion/HA), use one of the following methods:
NFSv3 handles metadata differently and typically bypasses the asymmetric handle generation issue observed in the NFSv4.1 stack.
esxcli storage nfs add -H <NFS_IP_OR_FQDN> -s /<EXPORT_PATH> -v <DATASTORE_NAME>