You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
At present, it takes a while to stop a running lab by using lcrash. Indeed, the script makes vcrash wait to check that every virtual machine has properly shutdown, consuming typically more than 1 second per virtual machine.
This shutdown time could be improved, for example by immediately attempting to kill the machines or by just skipping this check (even if I would be happier to avoid the latter solution).
The same shutdown time improvement may be applied to single virtual machines: provided that the process is stable enough, kill commands may be removed from vcrash and be retained in vclean only.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At present, it takes a while to stop a running lab by using
lcrash
. Indeed, the script makesvcrash
wait to check that every virtual machine has properly shutdown, consuming typically more than 1 second per virtual machine.This shutdown time could be improved, for example by immediately attempting to kill the machines or by just skipping this check (even if I would be happier to avoid the latter solution).
The same shutdown time improvement may be applied to single virtual machines: provided that the process is stable enough, kill commands may be removed from
vcrash
and be retained invclean
only.The text was updated successfully, but these errors were encountered: