Always use virtio
This commit is contained in:
parent
3833763be9
commit
9075d2bd60
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -166,6 +166,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
libvirt.nested = true
|
libvirt.nested = true
|
||||||
libvirt.cpu_mode = 'host-passthrough'
|
libvirt.cpu_mode = 'host-passthrough'
|
||||||
libvirt.volume_cache = 'unsafe'
|
libvirt.volume_cache = 'unsafe'
|
||||||
|
libvirt.disk_bus = "virtio"
|
||||||
end
|
end
|
||||||
|
|
||||||
if PREPROVISIONED
|
if PREPROVISIONED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user