I'm attempting to migrate a VM with a 650GB ZFS disk from a pve8 to pve9 host. When first trying to migrate the VM, it failed with the following:
To fix this, I ran zfs destroy datastore1/vm-104-disk-0@__migration__ which worked and the stale snapshot was removed. However, now when trying to migrate this VM, the output is stuck here:
Normally, it refreshes every second or so with progress, but this one is producing no output. Is this expected or is something broken?
Code:
()
2026-07-22 09:36:45 use dedicated network address for sending migration traffic (<ip>)
2026-07-22 09:36:45 starting migration of VM 104 to node 'dt-pve3' (<ip>)
2026-07-22 09:36:45 found local disk 'datastore1:vm-104-disk-0' (attached)
2026-07-22 09:36:45 copying local disk images
2026-07-22 09:36:45 ERROR: storage migration for 'datastore1:vm-104-disk-0' to storage 'datastore1' failed - zfs error: cannot create snapshot 'datastore1/vm-104-disk-0@__migration__': dataset already exists
2026-07-22 09:36:45 aborting phase 1 - cleanup resources
2026-07-22 09:36:45 ERROR: migration aborted (duration 00:00:00): storage migration for 'datastore1:vm-104-disk-0' to storage 'datastore1' failed - zfs error: cannot create snapshot 'datastore1/vm-104-disk-0@__migration__': dataset already exists
TASK ERROR: migration aborted
To fix this, I ran zfs destroy datastore1/vm-104-disk-0@__migration__ which worked and the stale snapshot was removed. However, now when trying to migrate this VM, the output is stuck here:
Code:
()
2026-07-22 09:49:50 use dedicated network address for sending migration traffic (<ip>)
2026-07-22 09:49:50 starting migration of VM 104 to node 'dt-pve3' (<ip>)
2026-07-22 09:49:50 found local disk 'datastore1:vm-104-disk-0' (attached)
2026-07-22 09:49:50 copying local disk images
2026-07-22 09:49:56 full send of datastore1/vm-104-disk-0@__migration__ estimated size is 649G
2026-07-22 09:49:56 total estimated size is 649G
2026-07-22 09:50:03 TIME SENT SNAPSHOT datastore1/vm-104-disk-0@__migration__
Normally, it refreshes every second or so with progress, but this one is producing no output. Is this expected or is something broken?
Last edited: