Hi -
Running Proxmox VE 8.1.0, all patches applied.
I have a bunch of VMs but two of them need to start in order. There's a TrueNAS SCALE VM, running 24.04.0. It is set to start at boot, order=1, delay=0. I also have an app VM running a bunch of containers, some of which require access to TrueNAS shares. If they can't access the shares, the containers can't start properly. That VM is is set to start at boot, order=2, up=300. If I'm reading the docs correctly that should mean the Docker VM starts 300s after the TrueNAS VM.
Is that understanding correct?
I'm asking because my findings are very different and my containers all need to be started manually after failing to start when they can't access the storage. `uptime` on both the TrueNAS VM and the Docker VM shows differences of under a minute so the Docker VM is definitely not waiting 300s before starting.
Why is this?
I'm using the docs here: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_virtual_machines_settings
Thanks
Running Proxmox VE 8.1.0, all patches applied.
I have a bunch of VMs but two of them need to start in order. There's a TrueNAS SCALE VM, running 24.04.0. It is set to start at boot, order=1, delay=0. I also have an app VM running a bunch of containers, some of which require access to TrueNAS shares. If they can't access the shares, the containers can't start properly. That VM is is set to start at boot, order=2, up=300. If I'm reading the docs correctly that should mean the Docker VM starts 300s after the TrueNAS VM.
Is that understanding correct?
I'm asking because my findings are very different and my containers all need to be started manually after failing to start when they can't access the storage. `uptime` on both the TrueNAS VM and the Docker VM shows differences of under a minute so the Docker VM is definitely not waiting 300s before starting.
Why is this?
I'm using the docs here: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_virtual_machines_settings
Thanks