yaroslav-gwit / HosterCore

🚀 Hoster: Empowering FreeBSD Virtualisation with Ease
https://docs.hoster-core.gateway-it.com/
Apache License 2.0
39 stars 0 forks source link

`hoster vm start-all` improvements #85

Closed yaroslav-gwit closed 11 months ago

yaroslav-gwit commented 11 months ago

vm start-all has a bug: if you execute start-all with some VMs already running, it will apply 2 second timeout between each loop iteration (effectively sleeping for no good reason), which is far from ideal.

Here are the improvements that have to be applied:

yaroslav-gwit commented 11 months ago

The change has been implemented