Always use virtio

This commit is contained in:
Łukasz Oleś 2015-10-21 14:39:09 +02:00
parent 3833763be9
commit 9075d2bd60
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -166,6 +166,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
libvirt.nested = true
libvirt.cpu_mode = 'host-passthrough'
libvirt.volume_cache = 'unsafe'
libvirt.disk_bus = "virtio"
end
if PREPROVISIONED