BassT23 / Proxmox

Update your Proxmox VE
Other
192 stars 14 forks source link

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

Closed Gauvino closed 3 weeks ago

Gauvino commented 6 months ago

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.

pythongod commented 6 months ago

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.

BassT23 commented 6 months ago

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", ...

BassT23 commented 6 months ago

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 ;)

github-actions[bot] commented 4 months ago

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.

github-actions[bot] commented 1 month ago

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.

github-actions[bot] commented 3 weeks ago

This issue was closed because it has been inactive for 21 days since being marked as stale.