In Proxmox you can use VM -> Options -> Start/Shutdown order we you can configure the following values:
We have three VMs:
VM 100
VM 200
VM 300
When we start the VMs VM 100 gets started and before VM 200 is started VM 300 is started. How can we prevent VM 300 from getting started before VM 200? Is there a config error?
Bash:
Start/Shutdown order:
Startup delay:
Shutdown timeout:
We have three VMs:
- VM 100
- VM 200
- VM 300
VM 100
Bash:
Start/Shutdown order: any
Startup delay: default
Shutdown timeout:120
VM 200
Bash:
Start/Shutdown order: any
Startup delay: 60
Shutdown timeout:60
VM 300
Bash:
Start/Shutdown order: any
Startup delay: 120
Shutdown timeout:0
When we start the VMs VM 100 gets started and before VM 200 is started VM 300 is started. How can we prevent VM 300 from getting started before VM 200? Is there a config error?