mirror of
https://github.com/gluster/gluster-block.git
synced 2026-02-05 12:45:33 +01:00
vagrant: disable QEMU session support
vagrant-libvirt supports using QEMU user sessions to maintain Vagrant VMs, and some distros turn it ON by default. After upgrading to Fedora32 I have noticed `vagrant up` fails with a huge call trace and disabling QEMU session worked. More read: https://github.com/vagrant-libvirt/vagrant-libvirt#qemu-session-support https://fedoraproject.org/wiki/Changes/Vagrant_2.2_with_QEMU_Session Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
committed by
Prasanna Kumar Kalever
parent
3ab1565128
commit
d3483e9b26
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -15,6 +15,8 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provider "libvirt" do |lv|
|
||||
lv.cpus = "2"
|
||||
lv.memory = "2048"
|
||||
# Always use system connection instead of QEMU session
|
||||
lv.qemu_use_session = false
|
||||
end
|
||||
|
||||
# disable default sync dir
|
||||
|
||||
Reference in New Issue
Block a user