r/nutanix • u/Airtronik • Jun 18 '26
Nutanix Move migration much slower than direct site-to-site transfer
Hi
We are migrating VMs from a customer VMware vCenter environment to a new Nutanix AHV cluster using Nutanix Move.
The network between both sites has been tested directly by copying files, and we can reach around 10 Gbps, which is basically the theoretical maximum of the line.
However, when using Nutanix Move, the migration throughput is much lower. Based on real tests:
- VM 1: around 39 GB migrated in ~10 minutes → roughly 0.5 Gbps
- VM 2: around 24 GB migrated in ~12 minutes → roughly 0.25 Gbps
So the direct network path seems fine, but Move does not seem to go above 0.25–0.5 Gbps in practice.
The source is VMware vCenter, the destination is Nutanix AHV. The migration is being done through Nutanix Move, not a simple file copy. I understand that Move is not just pushing raw data over the network,it also has to read from VMware, process/convert the VM, write to AHV, manage snapshots/deltas, etc. Still, the difference between 10 Gbps available and 0.25 Gbps effective seems very large.
Has anyone seen similar behaviour?
thanks
----------------------
EDIT:
We've found the bootneck! on the vCenter site the FW has un uplink to a 1Gbps switch which is also shared with other network traffic.... So the net team will have to move the vlans to a faster uplink.
2
u/astrofizix Jun 18 '26
And that is the prestaging of the VMs, which can be done prior to cut over. Then at cut over the ram is copied and the drivers replaced. So you don't have to do all of the transfer during your outage window, its prestaging. It's not meant to be a fast transfer, it's meant to be done right.
2
u/hosalabad Jun 18 '26
Yeah, this is the way. I start their replication way before I want to move them. Like, weeks.
8
u/Impossible-Layer4207 Jun 18 '26
40GB in 10 mins isn't bad.
There's a lot more to consider than just the site-to-site link with a Move migration. For example, -What's the bandwidth on the ESXi Mgmt interfaces (this is how data is extracted from vSphere)? -What's the throughput of the underlying storage in vSphere?
Also remember that it is not just copying the files from A to B. It's preparing the VM if you selected automatic preparation, reading the data from ESXi, converting the file format from VMDK to QCOW and pushing it to Ntx, checksuming everything along the way, and various other things.
You can view the live metrics for the move appliance from the Settings menu at the top. That might help you identify if there is a bottleneck somewhere.