migrations issues after upgrade

pefman

Member
Sep 2, 2019
11
1
23
42
Malmö / Sweden
Hi guys

I recently upgraded my proxmox cluster to 6.1.3, i cant remember the last version, but about a month ago so nothing major.
Now i cannot migrate any of my VMS in the cluster and im receiving the following error.


Task viewer: VM 101 - Migrate
OutputStatus
Stop

task started by HA resource agent
2019-12-06 10:04:22 starting migration of VM 101 to node 'pve-03' (192.168.2.89)
2019-12-06 10:04:22 starting VM 101 on remote node 'pve-03'
2019-12-06 10:04:24 400 Parameter verification failed.
2019-12-06 10:04:24 machine: value does not match the regex pattern
2019-12-06 10:04:24 qm start <vmid> [OPTIONS]
2019-12-06 10:04:24 ERROR: online migrate failure - command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve-03' root@192.168.2.89 qm start 101 --skiplock --migratedfrom pve-01 --migration_type secure --stateuri unix --machine pc-i440fx-4.1+pve1' failed: exit code 255
2019-12-06 10:04:24 aborting phase 2 - cleanup resources
2019-12-06 10:04:24 migrate_cancel
2019-12-06 10:04:25 ERROR: migration finished with problems (duration 00:00:03)
TASK ERROR: migration problems


This is the VM config

agent: 1
bootdisk: scsi0
cores: 2
ide2: none,media=cdrom
memory: 1024
name: ansible-host
net0: virtio=4A:95:21:1B:A0:90,bridge=vmbr0,firewall=1
net1: virtio=1A:B8:DA:0C:28:0C,bridge=vmbr2,firewall=1,tag=22
numa: 0
onboot: 1
ostype: l26
scsi0: drbdstorage:vm-101-disk-1,size=25G
scsihw: virtio-scsi-pci
smbios1: uuid=537dbf3c-db98-4cb0-9a4b-81e23144919d
sockets: 1
vmgenid: 4fc9548b-cb42-4177-89b0-6736c38effb5

Storage config:
dir: local
path /var/lib/vz
content vztmpl,backup,iso
maxfiles 0
shared 0

lvmthin: local-lvm
disable
thinpool data
vgname pve
content rootdir,images

drbd: drbdstorage
content images,rootdir
controller 10.1.1.1
redundancy 4


Any help appreciated :)
 

It kind of looks like it doesn't like this "--machine pc-i440fx-4.1 ".

2019-12-06 10:04:22 starting VM 101 on remote node 'pve-03'
2019-12-06 10:04:24 400 Parameter verification failed.
2019-12-06 10:04:24 machine: value does not match the regex pattern
2019-12-06 10:04:24 qm start <vmid> [OPTIONS]