Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Speed up vv delete by only calling vagrant halt when necessary #194

Closed
jb510 opened this issue Dec 7, 2015 · 0 comments · Fixed by #195
Closed

Speed up vv delete by only calling vagrant halt when necessary #194

jb510 opened this issue Dec 7, 2015 · 0 comments · Fixed by #195

Comments

@jb510
Copy link
Collaborator

jb510 commented 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?)

jb510 added a commit that referenced this issue Dec 7, 2015
@bradp bradp closed this as completed in #195 Dec 7, 2015
@jb510 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant