Hello everybody! this is my first post on forum.proxmox.
Thank you for this post, and the help.
i tested this on HP proliant Servers, ILO+Watchdog on linux produces kernel panic,when you use HA on proxmox.
But you can solve doing this: the modules what produces this is hpwdt. you must do on each hp node:
Code:
lsmod|grep hpwdt (you check that module is loaded)
Stop the service watchdog-mux
Code:
service watchdog-mux stop
Add the module on blacklist:
Code:
nano /etc/modprobe.d/pve-blacklist
Write on file the next:
Save the file and reboot
Check again what the module don´t load now.
My configuration: 2 servers Hp proliant + 1 other machine with proxmox 4. HA is working now,