I'm trying to figure out how to have a cluster wide startup order. Initially I thought, the "Start and Shutdown Order" mentioned in "11.3.6. Automatic Start and Shutdown of Containers" of the PVE Admin guide was the way to go, but it turned out that this "Startup Order" is only taken into consideration for the host a VM runs on, as stated in the admin guide:
What I am trying to ensure is that some basic VMs like those providing DHCP services and such are always started before other VMs, regardless of the PVE node the VM runs on.
Any ideas how to achieve this?
Please note that containers without a Start/Shutdown order parameter will always start after those where the parameter is set, and this parameter only makes sense between the machines running locally on a host, and not cluster-wide.
What I am trying to ensure is that some basic VMs like those providing DHCP services and such are always started before other VMs, regardless of the PVE node the VM runs on.
Any ideas how to achieve this?