Hi all,
our setup is a three node Proxmox Cluster with Ceph Storage. So far, everything works fine. We're organised VMs in three pools (Tier2, least important, Tier1, medium important, Tier0, critical). Autostart is configured for all of them, HA is configured for the Tier0 VMs only to make sure they survive a host failure.
In addition, the hosts are connected to a UPS system mainly to ensure proper shutdown in case of power outage. The UPS system is monitored, and the following things happen:
- At power loss (battery event), all Tier2 VMs are shut down
- At 60% capacity, all Tier1 VMs are shut down, then the third node is shut down as well
- At 20% capacity, all Tier0 VMs are shut down, then the two remaining nodes are shut down
This works fine, but after restarting everything, the Tier0 VMs are not started automatically. My assumption is that this has something to do with the HA state of these VMs, as the HA state first goes into `request_stop` and then to `stopped` during the shutdown event.
So the question is: how can I properly shut down HA protected VMs during the power outage, while still making sure they get started again once power returns?
Thanks!
Daniel
our setup is a three node Proxmox Cluster with Ceph Storage. So far, everything works fine. We're organised VMs in three pools (Tier2, least important, Tier1, medium important, Tier0, critical). Autostart is configured for all of them, HA is configured for the Tier0 VMs only to make sure they survive a host failure.
In addition, the hosts are connected to a UPS system mainly to ensure proper shutdown in case of power outage. The UPS system is monitored, and the following things happen:
- At power loss (battery event), all Tier2 VMs are shut down
- At 60% capacity, all Tier1 VMs are shut down, then the third node is shut down as well
- At 20% capacity, all Tier0 VMs are shut down, then the two remaining nodes are shut down
This works fine, but after restarting everything, the Tier0 VMs are not started automatically. My assumption is that this has something to do with the HA state of these VMs, as the HA state first goes into `request_stop` and then to `stopped` during the shutdown event.
So the question is: how can I properly shut down HA protected VMs during the power outage, while still making sure they get started again once power returns?
Thanks!
Daniel