Fix for "call to virDomainCreateWithFlags failed: Network not found: no network with matching name 'netlab_1'" on Fedora #53
Replies: 2 comments
-
Reading the links you provided, I'm guessing that running Vagrant totally unprivileged doesn't give you access to libvirt networks ( We could add the setting to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented in c8bfd3b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently ran into this issue in vagrant-libvirt to do with this change to Vagrant using
qemu:///session
instead ofqemu:///system
under Fedora. For some reason this causes the Vagrantfile generated bynetlab create
to fail with this error:The fix is to add
domain.qemu_use_session = false
to the hosts in the Vagrantfile.Now here's the question: I'm not fit enough with QEMU and Vagrant to decide whose "fault" this is and whether a fix for this should be included with this. Any opinions?
Beta Was this translation helpful? Give feedback.
All reactions