3-node cluster. HA doesn't work.

Sarge

Renowned Member
Dec 17, 2015
28
2
68
51
Hello,
I installed a Proxmox 4.1 cluster of 3 nodes, with iSCSI Nexenta storage.
Then add the VM:104 in HA group. All is ok.

But when I rebooting(or shutdown "ipmitool power off") node2(pve2) with VM:104, the VM does not automatically migrate on another node!
In HA status:

Service vm:104(pve2, freese)


How I can make a working HA configuration?
My nodes on SuperMicro servers with IPMI module.
 

Attachments

  • proxmox_error.jpg
    proxmox_error.jpg
    45.2 KB · Views: 11
Thanks,
But my version on all nodes is:

root@pve1:/etc/default# pveversion
pve-manager/4.1-1/2f9650d4 (running kernel: 4.2.6-1-pve)

I'm upraded nodes via GUI, without result.
VM does not automatically migrate on another node!

What else can be made?
 

Attachments

  • proxmox_problem5.jpg
    proxmox_problem5.jpg
    127.5 KB · Views: 7
Hi, you cant test ha with programmed reboot, ha is working with network problems(wire) or electrical, and you need shared storage for images of course.
 
Hi,
After edit /etc/apt/sources.list, and upgrade all nodes with:
# apt-get update & apt-get dist-upgrade
HA is working.
Thank you!