This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 195
No straightforward way to clean up after failed "vagrant up" #3757
Comments
@marcel-apf for your attention. |
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 13, 2021
The vagrant configuration sometimes can get into inconsistent state. For instance, the domain on libvirt was created by the framework that thinks the box is not initialized yet. Or eventually the developer wants to simply wipe out all vagrant files and created resources from his/her workstation. In this commit it was introduced the vagrant-cleaner.sh script which aims on help developers to clean up the vagrant stuffs. Fixes kata-containers#3757 Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 14, 2021
The vagrant configuration sometimes can get into inconsistent state. For instance, the domain on libvirt was created by the framework that thinks the box is not initialized yet. Or eventually the developer wants to simply wipe out all vagrant files and created resources from his/her workstation. In this commit it was introduced the vagrant-cleaner.sh script which aims on help developers to clean up the vagrant stuffs. Fixes kata-containers#3757 Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 20, 2021
The vagrant configuration sometimes can get into inconsistent state. For instance, the domain on libvirt was created by the framework that thinks the box is not initialized yet. Or eventually the developer wants to simply wipe out all vagrant files and created resources from his/her workstation. In this commit it was introduced the vagrant-cleaner.sh script which aims on help developers to clean up the vagrant stuffs. Fixes kata-containers#3757 Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Oct 27, 2021
The vagrant configuration sometimes can get into inconsistent state. For instance, the domain on libvirt was created by the framework that thinks the box is not initialized yet. Or eventually the developer wants to simply wipe out all vagrant files and created resources from his/her workstation. In this commit it was introduced the vagrant-cleaner.sh script which aims on help developers to clean up the vagrant stuffs. Fixes kata-containers#3757 Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Oct 28, 2021
The vagrant configuration sometimes can get into inconsistent state. For instance, the domain on libvirt was created by the framework that thinks the box is not initialized yet. Or eventually the developer wants to simply wipe out all vagrant files and created resources from his/her workstation. In this commit it was introduced the vagrant-cleaner.sh script which aims on help developers to clean up the vagrant stuffs. Fixes kata-containers#3757 Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Nov 4, 2021
The vagrant configuration sometimes can get into inconsistent state. For instance, the domain on libvirt was created by the framework that thinks the box is not initialized yet. Or eventually the developer wants to simply wipe out all vagrant files and created resources from his/her workstation. In this commit it was introduced the vagrant-cleaner.sh script which aims on help developers to clean up the vagrant stuffs. Fixes kata-containers#3757 Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Nov 11, 2021
The vagrant configuration sometimes can get into inconsistent state. For instance, the domain on libvirt was created by the framework that thinks the box is not initialized yet. Or eventually the developer wants to simply wipe out all vagrant files and created resources from his/her workstation. In this commit it was introduced the vagrant-cleaner.sh script which aims on help developers to clean up the vagrant stuffs. Fixes kata-containers#3757 Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
Sometimes
vagrant up
fails, and when it does it's not at all clear how to clean up to try again.Expected result
Working instructions in
README.md
to remove a failedvagrant up
install.Actual result
After a failed
vagrant up
, I tried:vagrant up
directlyvagrant destroy
Further information
The only way I've yet found to return to a clean state is this complicated procedure (some steps may be unnecessary depending on exactly when/how the
vagrant up
failed:The text was updated successfully, but these errors were encountered: