1. Use Optimized Cloning:
- Use the vCenter Clone operation rather than the Datastore Browser "Copy" function. The cloning engine is more efficient at handling non-offloaded data moves than the browser-based copy utility.
2. Eliminate NFC copies:
- Mount the destination datastore to the source. This eliminates the need for the slower NFC copies.
3. Eliminate Layer 3 Routing:
- Create a dedicated VLAN for NFS/Storage traffic.
- Configure new vmkernel ports on each ESXi host within that same VLAN.
- Ensure the storage target (NFS) is accessible via this new subnet. This ensures Layer 2 connectivity, avoiding the overhead of upstream routers.
4. Verify Data Path:
- Use
vmkping -I vmkX <Target_IP> to ensure traffic is leaving the correct vmkernel interface and that MTU sizes (e.g., 1500 or 9000) are consistent across the entire path.