Hi,OK, failed again.
I created a small test VM (vm-103) on the master node with a 4Gb RAW disk stored on the local LVM (Storage) and tried doing a migrate from node1 to node2:
The web interface shows VM-103 on Node2, and if I click on it and look at the hardware tab I can see a hard disk listed, but the path/name is the same as the original node. In other words, the Volume ID is the same as it was on node1: Storage:vm-103-disk-1. But there is no LVM volume on node2 names Storage like there is on node1, just the standard pve local storage. Does that explanation make sense? =)Code:Feb 18 14:35:23 pmox01 pvedaemon[17135]: migrating VM 103 from node 1 (localhost) to node 2 (10.10.10.103) Feb 18 14:35:24 pmox01 qmigrate[17136]: starting migration of VM 103 to host '10.10.10.103' Feb 18 14:35:24 pmox01 qmigrate[17136]: copying disk images Feb 18 14:35:24 pmox01 qmigrate[17136]: starting VM on remote host '10.10.10.103' Feb 18 14:35:24 pmox01 qmigrate[17136]: VM 103 stopping Feb 18 14:35:25 pmox01 kernel: vmbr0: port 11(tap103i0d0) entering forwarding state Feb 18 14:35:25 pmox01 kernel: vmbr0: port 11(tap103i0d0) entering disabled state Feb 18 14:35:25 pmox01 qmigrate[17136]: online migrate failure - command '/usr/bin/ssh -c blowfish -o BatchMode=yes root@10.10.10.103 /usr/sbin/qm --skiplock start 103 --incoming tcp' failed with exit code 2 Feb 18 14:35:26 pmox01 qmigrate[17136]: migration finished with problems (duration 00:00:03) Feb 18 14:35:26 pmox01 pvedaemon[17135]: VM 103 migration failed -
this looks like that your VM was on storage which you defined as shared (mean, all cluster member has access to the same storage). Proxmox can not know, that this isn't true.
Make the storage not as shared and proxmox ve will copy the disk-content.
Udo