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 Jun 30, 2020. It is now read-only.
jb510
changed the title
Speed up vv delete by only callign vagrant halt when necessary
Speed up vv delete by only calling vagrant halt when necessary
Dec 7, 2015
Currently vv delete calls
vagrant halt
which can be very slow even when vagrant isn't currently up.We should find a reliable way to quickly check if vagrant is powered up and only then send a vagrant halt.
vagrant global-status returns quicker than vagrant status, but both can be pretty slow.
Suggesting we use:
VBoxManage list runningvms
but this is VirtualBox only (Do we support VMWare as a provider?)
The text was updated successfully, but these errors were encountered: