HA migration failure

Niraat

Member
Jan 13, 2023
12
1
8
I have a cluster and HA configured. One of the servers shut down and its virtual machines tried to start up on another server, but they couldn't do so. Now server 1 has started up and I can't return the virtual machines. Can you help me? This was the error I got:



task started by HA resource agent
2025-08-29 15:08:25 starting migration of VM 109 to node 'central-vb' (10.10.16.17)
2025-08-29 15:08:25 found local disk 'local-lvm:vm-109-disk-0' (attached)
2025-08-29 15:08:25 found generated disk 'local-lvm:vm-109-disk-1' (in current VM config)
2025-08-29 15:08:25 found local disk 'local-lvm:vm-109-disk-2' (attached)
2025-08-29 15:08:25 can't migrate local disk 'local-lvm:vm-109-disk-0': can't get size of '/dev/pve/vm-109-disk-0': Failed to find logical volume "pve/vm-109-disk-0"
2025-08-29 15:08:25 can't migrate local disk 'local-lvm:vm-109-disk-1': can't get size of '/dev/pve/vm-109-disk-1': Failed to find logical volume "pve/vm-109-disk-1"
2025-08-29 15:08:25 can't migrate local disk 'local-lvm:vm-109-disk-2': can't get size of '/dev/pve/vm-109-disk-2': Failed to find logical volume "pve/vm-109-disk-2"
2025-08-29 15:08:25 ERROR: Problem found while scanning volumes - can't migrate VM - check log
2025-08-29 15:08:25 aborting phase 1 - cleanup resources
2025-08-29 15:08:25 ERROR: migration aborted (duration 00:00:00): Problem found while scanning volumes - can't migrate VM - check log
TASK ERROR: migration aborted
 
Hi @Niraat , this is a good example why one should be careful with assigning VMs as HA resources, i.e. not having local disks.

Is the VM currently stopped? qm status 109
Does the original host have the referenced disks? (pvesm list local-lvm)

If the VM is stopped and the disks are present on the server1, you can manually move the VM config file
mv /etc/pve/qemu-server/109.conf /etc/pve/nodes/server-1/ (syntax may need to be adjusted)

Now you should be able to star the VM.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: UdoB