Re: grub2 update problems for 3.4 (GUI only), leading to not correctly installed pack
I updated using the Web interface and I noticed 2 things that I don't know if they're related to the upgrade:
- iscsi targets were not showing. VMs that had iSCSI disks were unoperable. lvscan and vgscan reported errors. After fighting with hours with it and restoring the backups to new VMs with NFS, I brought those VMs back in service. /etc/init.d/open-iscsi restart seemed to help iSCSI
- To test if the host was working OK, I wanted to migrate VMs to the other hosts online, but I keep getting the following:
Mar 01 12:37:36 starting migration of VM 106 to node 'allen-pmx2' (172.16.14.151)
Mar 01 12:37:36 copying disk images
Mar 01 12:37:36 starting VM 106 on remote node 'allen-pmx2'
Mar 01 12:37:37 start failed: command '/usr/bin/kvm -id 106 -chardev 'socket,id=qmp,path=/var/run/qemu-server/106.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/106.vnc,x509,password -pidfile /var/run/qemu-server/106.pid -daemonize -name ntop -smp 'sockets=1,cores=2' -nodefaults -boot 'menu=on' -vga cirrus -cpu kvm64,+lahf_lm,+x2apic,+sep -k en-us -m 512 -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -drive 'if=none,id=drive-ide2,media=cdrom,aio=native' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/mnt/pve/N4F_NFS2/images/106/vm-106-disk-1.qcow2,if=none,id=drive-virtio0,format=qcow2,aio=native,cache=none' -device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa' -netdev 'type=tap,id=net0,ifname=tap106i0,script=/var/lib/qemu-server/pve-bridge,vhost=on' -device 'virtio-net-pci,mac=9A:12:BD:12:7B:C6,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300' -machine 'type=pc-i440fx-2.1' -incoming tcp:localhost:60000 -S' failed: exit code 1
Mar 01 12:37:37 ERROR: online migrate failure - command '/usr/bin/ssh -o 'BatchMode=yes' root@172.16.14.151 qm start 106 --stateuri tcp --skiplock --migratedfrom proxmox1 --machine pc-i440fx-2.1' failed: exit code 255
Mar 01 12:37:37 aborting phase 2 - cleanup resources
Mar 01 12:37:37 migrate_cancel
Mar 01 12:37:37 ERROR: migration finished with problems (duration 00:00:01)
TASK ERROR: migration problems
We don't want to update the other host until we resolve these issues (and can't update the other host since we cannot move the critical VMs to it)
Any suggestions? Thanks