I have a Proxmox node running multiple services.
Each service consists of multiple VM's, for example, reverse proxy, database and application server. Some VM's within a service depend on other VM's of this service: the application server depends on the database server.
The different services do not depend on each other and are unrelated.
Sometimes I need to restart all VM's for a single service. I can do this manually and then I need to know the correct order to shutdown and restart the VM's.
It would be nice if I could explicitly configure dependencies between VM's that belong to a single service. And restart all VM's in a service, in the correct order, automatically, without touching VM's for other services running on the same node.
Can I do this with Proxmox?
I know I can allocate VM's to a resource pool but I think this is more for permissions. I know I can set a start order but I think this for is for restarting the entire node.