Yes, I saw that, I just wanted to know if changing settings to only failover can improve system efficiency in terms of ha?https://pve.proxmox.com/wiki/High_Availability#:~:text=The Conditional shutdown policy automatically detects if a shutdown or a reboot is requested, and changes behaviour accordingly.
this may help
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
You have to define what exactly you mean by "system efficiency".Yes, I saw that, I just wanted to know if changing settings to only failover can improve system efficiency in terms of ha?
I thought failover was not part of the shutdown. Looks like that condition will check failover, shut down, reboots, etc.You have to define what exactly you mean by "system efficiency".
Failover shuts down services (VMs) and attempts to wait for the same node be back online. If its not, for some defined time, it will try to restart services elsewhere.
Conditional attempts to detect whether the node was shutdown or rebooted, and based on the outcome follows Shutdown or Reboot policy
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
My reading ofI thought failover was not part of the shutdown. Looks like that condition will check failover, shut down, reboots, etc.
Failover
This mode ensures that all services get stopped, but that they will also be recovered, if the current node is not online soon. It can be useful when doing maintenance on a cluster scale, where live-migrating VMs may not be possible if too many nodes are powered off at a time, but you still want to ensure HA services get recovered and started again as soon as possible.