I may have jinxed myself in the previous forum post...
We have been busy upgrading a Proxmox 4.4 Ceph cluster from v4.4 to v5.1. First system is up and running v5.1 and Ceph is consistent again. We want to live migrate VMs from v4.4 to v5.1, to work on the next node.
When attempting to migrate VMs from kvm2 (v4.4) to kvm1 (v5.1) we receive the following error:
task started by HA resource agent
PS: We really, really want to avoid having to schedule downtime on the individual VMs and yes, we did add 'vga: cirrus' to the top of the VM configuration file but it was modified as follows when it was migrated from kvm1 to kvm2 (when both were still v4.4):
We have been busy upgrading a Proxmox 4.4 Ceph cluster from v4.4 to v5.1. First system is up and running v5.1 and Ceph is consistent again. We want to live migrate VMs from v4.4 to v5.1, to work on the next node.
When attempting to migrate VMs from kvm2 (v4.4) to kvm1 (v5.1) we receive the following error:
task started by HA resource agent
Code:
task started by HA resource agent
Nov 15 14:32:58 starting migration of VM 101 to node 'kvm1' (192.10.5.37)
Nov 15 14:32:58 copying disk images
Nov 15 14:32:58 starting VM 101 on remote node 'kvm1'
Nov 15 14:33:02 start remote tunnel
Nov 15 14:33:03 starting online/live migration on unix:/run/qemu-server/101.migrate
Nov 15 14:33:03 migrate_set_speed: 8589934592
Nov 15 14:33:03 migrate_set_downtime: 0.1
Nov 15 14:33:03 set migration_caps
Nov 15 14:33:03 set cachesize: 429496729
Nov 15 14:33:03 start migrate command to unix:/run/qemu-server/101.migrate
Nov 15 14:33:05 migration status error: failed
Nov 15 14:33:05 ERROR: online migrate failure - aborting
Nov 15 14:33:05 aborting phase 2 - cleanup resources
Nov 15 14:33:05 migrate_cancel
Nov 15 14:33:07 ERROR: migration finished with problems (duration 00:00:09)
TASK ERROR: migration problems
PS: We really, really want to avoid having to schedule downtime on the individual VMs and yes, we did add 'vga: cirrus' to the top of the VM configuration file but it was modified as follows when it was migrated from kvm1 to kvm2 (when both were still v4.4):
Code:
bootdisk: virtio0
cores: 2
ide2: file=none,media=cdrom
memory: 4096
name: gayatricpt-vip
net0: virtio=00:16:3e:5f:00:05,bridge=vmbr0
numa: 1
onboot: 1
ostype: win8
protection: 1
scsihw: virtio-scsi-pci
smbios1: uuid=3a04b7a5-084a-4c2e-81b3-7675e5327b48
sockets: 1
startup: order=2
vga: cirrus
virtio0: virtuals:vm-101-disk-1,cache=writeback,size=80G
[PENDING]
localtime: 1
Last edited: