HA issues

yasmine

New Member
Jun 1, 2020
13
0
1
29
Hi ,
i am using PROXMOX 6.2 and i have a problem with HA ,
i configured HA correctly ( i added Groupe and priority ) ,
My problem is HA isn't working for me , when VM stop working in node 1 it must be migrated to node 2 , but in my case migration cannot work
this is the output error :

task started by HA resource agent
2020-11-14 09:54:21 starting migration of VM 100 to node 'hyp04' (192.168.254.40)
2020-11-14 09:54:21 found local disk 'local-lvm:vm-100-disk-0' (in current VM config)
2020-11-14 09:54:21 found local disk 'local:iso/ubuntu-18.04.5-live-server-amd64.iso' (in current VM config)
2020-11-14 09:54:21 can't migrate local disk 'local-lvm:vm-100-disk-0': can't live migrate attached local disks without with-local-disks option
2020-11-14 09:54:21 can't migrate local disk 'local:iso/ubuntu-18.04.5-live-server-amd64.iso': can't live migrate attached local disks without with-local-disks option
2020-11-14 09:54:21 ERROR: Failed to sync data - can't migrate VM - check log
2020-11-14 09:54:21 aborting phase 1 - cleanup resources
2020-11-14 09:54:21 ERROR: migration aborted (duration 00:00:00): Failed to sync data - can't migrate VM - check log
TASK ERROR: migration aborted

i need Your Help !!!

Thanks .
 
Your VM has a local disk, so this will never work. For HA, you need VMs which use shared resources only, so that they can run on any node.