[SOLVED] Reboot node and HA

bly

Member
Mar 15, 2024
56
15
8
I noticed if I ask a node to reboot, all VMs in HA instead of moving, are asked to shutdown, is this the correct behavior?
I was expecting HA to move the VMs to another node before reboot, as HA is intended for "high availability" so I think the correct behavior is moving them, reboot, and move them back to the rebooted node.

How can I configure things to achieve it?
 
Last edited:
Depends on your HA mode (Datacenter, options). The default is conditional, which will not move VMs when the node does a reboot, but only on a shutdown.
 
  • Like
Reactions: bly