Make sure to use virtio bus when using libvirt

This commit is contained in:
Łukasz Oleś 2015-10-19 23:29:24 +02:00
parent 332a77e6a9
commit 5235c36803
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -94,6 +94,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 SYNC_TYPE == 'nfs'