Fence on 5.2 proxmox

shanz

New Member
Nov 23, 2018
3
0
1
47
Hi,
I have configure the cluster under 3 nodes and all are working normal.
Now I need to configure fence on pve 5.2

When i fallow the link https://pve.proxmox.com/wiki/Fencing

I am unable to find the file
/etc/pve/cluster.conf

can someone share me the document for configuring fencing on 5.2

Regards,
 
Great help.

I uncomment the line "WATCHDOG_MODULE=ipmi_watchdog" in file /etc/default/pve-ha-manager

I shutdown a node then I notice the vps were shutdown started on another node.

Is it possible that a vps is moved without shutdown or reboot?
 
I shutdown a node then I notice the vps were shutdown started on another node.

Is it possible that a vps is moved without shutdown or reboot?
if you shutdown a host with HA vms on it, they get restarted on another valid node
 
Great help.

I uncomment the line "WATCHDOG_MODULE=ipmi_watchdog" in file /etc/default/pve-ha-manager

I shutdown a node then I notice the vps were shutdown started on another node.

Is it possible that a vps is moved without shutdown or reboot?

Not automatically, you need to migrate VM with yourself or via script, if you want online migration.

HA stuff monitoring VMs, and when it offline, it start it on other nodes. But this part doesnt know if the VM will be offline because the node itself shuting down.