X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=doc%2Ftroubleshooting.md;h=198118644885eec8e1a67d7fd81ef96e2adf6278;hb=7093adf2ba2a694de7f1435d87c4de8ae1f2fa28;hp=dbc089ba9837ea7697c04d05d62b943947da2f9a;hpb=2e80e61190275d890a6a2c268d7eefd694724c12;p=icn.git diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md index dbc089b..1981186 100644 --- a/doc/troubleshooting.md +++ b/doc/troubleshooting.md @@ -123,3 +123,14 @@ process is. A description of the BareMetalHost states can be found in the [Bare Metal Operator documentation](https://github.com/metal3-io/baremetal-operator/blob/main/docs/baremetalhost-states.md). + +## Vagrant destroy fails with `cannot undefine domain with nvram` + +The fix is to destroy each machine individually. For the default ICN +virtual machine deployment: + + vagrant destroy -f jump + virsh -c qemu:///system destroy vm-machine-1 + virsh -c qemu:///system undefine --nvram --remove-all-storage vm-machine-1 + virsh -c qemu:///system destroy vm-machine-2 + virsh -c qemu:///system undefine --nvram --remove-all-storage vm-machine-2