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
Machine is up and running
vagrant status
Current machine states:
default running (ovirt3)
The oVirt domain is running. To stop this machine, you can run vagrant halt. To destroy the machine, you can run vagrant destroy.
but vagrant destroy tells me its not
vagrant destroy
Machine is currently not running. To properly leave the ... network the machine needs to be running and connected to the network in which it was provisioned. Please run vagrant up and then vagrant destroy.
Would you like to continue destroying this machine, leaving this machine orphaned in the '...' network? If so, type 'destroy'
The text was updated successfully, but these errors were encountered:
That's interesting, have you been able to replicate this using another machine type - e.g. virtualbox? Looks like a problem with the provider. I'll take a look at the code a bit later to see how we're doing this.
Machine is up and running
vagrant status
Current machine states:
default running (ovirt3)
The oVirt domain is running. To stop this machine, you can run
vagrant halt
. To destroy the machine, you can runvagrant destroy
.but vagrant destroy tells me its not
vagrant destroy
Machine is currently not running. To properly leave the ... network the machine needs to be running and connected to the network in which it was provisioned. Please run
vagrant up
and thenvagrant destroy
.Would you like to continue destroying this machine, leaving this machine orphaned in the '...' network? If so, type 'destroy'
The text was updated successfully, but these errors were encountered: