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:
Implement console/log output separators (similar to jail start-all)
Create an independent array with only offline VMs to adequately predict the amount of work
vm start-all
has a bug: if you executestart-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:
jail start-all
)