BassT23/Proxmox

Feature request: don't wait 45sec on startup VM

Opened this issue · 4 comments

If it's possible, a new way of checking if the VM is up or not than rather waiting 45sec, because maybe some VM need more time and, some less to start up and the script just loses time to update.

The problem are probably loops / infinite wait time if a VM does not boot. It should be possible to check the state of a VM with "qm list" and then check if its stopped or started every 1-5s.

And here is my problem. Status say only "stopped" or "running", but running does not mean "totally booted up".
So I must figure out, how Proxmox could tell me "VM booted up completely", ...

I add the start delay time in config, so the user can change this setting easely.
For QEMU it seems that this is the only option. For SSH connection, hopefully I can make more ;)

This issue has gone 60 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.