Hello,
I am jumping on this thread because we have the exact same problem.
We have a shared NFS storage and a three node cluster.
Two nodes (production) are running version : 4.2-15/6669ad2c
The last node (where the server is deployed is running latest : 4.2-18/158720b9
I am trying to migrate our KVM from one node (running 4.2-18/158720b9) to one of the two others…
And I have an error :
()
Sep 15 15:23:54 starting migration of VM 110 to node 'proxmaster' (192.168.210.11)
Sep 15 15:23:54 copying disk images
no pools available to import
Sep 15 15:23:54 starting VM 110 on remote node 'proxmaster'
Sep 15 15:23:55 start failed: command '/usr/bin/kvm -id 110 -chardev 'socket,id=qmp,path=/var/run/qemu-server/110.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -pidfile /var/run/qemu-server/110.pid -daemonize -smbios 'type=1,uuid=90ddbd52-8d3d-4ddc-87d5-34829087ddc1' -name bckaodb16 -smp '1,sockets=1,cores=1,maxcpus=1' -nodefaults -boot 'menu=on,strict=on,reboot-timeout=1000' -vga qxl -vnc unix:/var/run/qemu-server/110.vnc,x509,password -cpu kvm64,+lahf_lm,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,enforce -m 4096 -k fr -device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' -device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -spice 'tls-port=61001,addr=localhost,tls-ciphers=DES-CBC3-SHA,seamless-migration=on' -device 'virtio-serial,id=spice,bus=pci.0,addr=0x9' -chardev 'spicevmc,id=vdagent,name=vdagent' -device 'virtserialport,chardev=vdagent,name=com.redhat.spice.0' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -iscsi 'initiator-name=iqn.1993-08.org.debian:01:243ae5a9f582' -drive 'if=none,id=drive-ide2,media=cdrom,aio=threads' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=300' -device 'ahci,id=ahci0,multifunction=on,bus=pci.0,addr=0x7' -drive 'file=/mnt/pve/Jaws_KVM/images/110/vm-110-disk-1.qcow2,if=none,id=drive-sata0,format=qcow2,cache=none,aio=native,detect-zeroes=on' -device 'ide-drive,bus=ahci0.0,drive=drive-sata0,id=sata0,bootindex=100' -netdev 'type=tap,id=net0,ifname=tap110i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown' -device 'e1000,mac=6E:A7:57:C7:94:B8,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=200' -netdev 'type=tap,id=net1,ifname=tap110i1,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown' -device 'e1000,mac=1A:0D:37
2:3B:19,netdev=net1,bus=pci.0,addr=0x13,id=net1,bootindex=201' -machine 'type=pc-i440fx-2.6' -incoming unix:/run/qemu-server/110.migrate -S' failed: exit code 1
Sep 15 15:23:55 ERROR: online migrate failure - command '/usr/bin/ssh -o 'BatchMode=yes' root@192.168.210.11 qm start 110 --skiplock --migratedfrom proxmini --stateuri unix --machine pc-i440fx-2.6' failed: exit code 255
Sep 15 15:23:55 aborting phase 2 - cleanup resources
Sep 15 15:23:55 migrate_cancel
Sep 15 15:23:56 ERROR: migration finished with problems (duration 00:00:02)
TASK ERROR: migration problems
So far we have tried the following :
• changing driver from VirtIO to E1000 for network
• changing driver from VirtIO disk to SATA
One interesting thing is that I was able to migrate a KVM from one node running 4.2-15/6669ad2c to the node running 4.2-18/158720b9 and then back to the first one running 4.2-15/6669ad2c
Quite stragne and weired ??