Hello,

I recently upgraded from Fedora 29 to Fedora 30.

I am unable to bring up a Vagrant guest.

vagrant up
Bringing machine 'default' up with 'libvirt' provider...
Name `centos7_default` of domain about to create is already taken. Please try to run
`vagrant up` command again.

I launched the Virtual Machine Manager GUI and the guest is not listed there.

I try to find it via virsh: virsh list --all

the guest is not listed.

I try to remove it by using virsh:

virsh undefine centos7_default
error: failed to get domain 'centos7_default'

The machine is not there.

How can I bring the guest OS up? Where is Vagrant looking up the names?


Here's the status of the machine:

vagrant status
Current machine states:

default                   not created (libvirt)

The Libvirt domain is not created. Run `vagrant up` to create it.

-

Sudheer S
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to