[SOLVED] TASK ERROR: migration aborted

kubo6472

Member
Aug 6, 2018
8
1
8
22
2018-09-07 16:53:51 ERROR: migration aborted (duration 00:00:00): volume 'local:iso/Win10_Pro_1511_English_x64_july_2016.iso' does not exist
TASK ERROR: migration aborted
The ISO exist on the target node. The VMs were moved from node that went offline. HA was set up to that is normal. But I want to get these VMs back on my 3rd node. How to do that without uploading 6GBs of isos to the node where I will never use them ? Thanks
hBewpJa.png
 
It looks like you have an ISO-image connected to the VMs cd-drive, which got deleted from the storage.
Just eject it from the cd-drive (in the GUI go to the VM -> Hardware -> CD/DVD drive, click on that and select do not use any media)
 
()


Task viewer: VM 105 - Migrate (pve2 ---> pve3)

OutputStatus

Stop
2018-09-07 21:46:18 starting migration of VM 105 to node 'pve3' (192.168.1.153)
2018-09-07 21:46:18 found local disk 'local-lvm:vm-105-disk-1' (in current VM config)
2018-09-07 21:46:18 copying disk images
blockdev: cannot open /dev/pve/vm-105-disk-1: No such file or directory
command '/sbin/blockdev --getsize64 /dev/pve/vm-105-disk-1' failed: exit code 1
volume pve/vm-105-disk-1 already exists
send/receive failed, cleaning up snapshot(s)..
2018-09-07 21:46:19 ERROR: Failed to sync data - command 'set -o pipefail && pvesm export local-lvm:vm-105-disk-1 raw+size - -with-snapshots 0 | /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve3' root@192.168.1.153 -- pvesm import local-lvm:vm-105-disk-1 raw+size - -with-snapshots 0' failed: exit code 255
2018-09-07 21:46:19 aborting phase 1 - cleanup resources
2018-09-07 21:46:19 ERROR: found stale volume copy 'local-lvm:vm-105-disk-1' on node 'pve3'
2018-09-07 21:46:19 ERROR: migration aborted (duration 00:00:01): Failed to sync data - command 'set -o pipefail && pvesm export local-lvm:vm-105-disk-1 raw+size - -with-snapshots 0 | /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve3' root@192.168.1.153 -- pvesm import local-lvm:vm-105-disk-1 raw+size - -with-snapshots 0' failed: exit code 255
TASK ERROR: migration aborted
 
please post the config of the vm (`qm config 105`) and the output of `lvs -a` on the source and destination node.