mirror of https://github.com/ceph/ceph-ansible.git
parent
bf99751ce1
commit
88a37ca990
|
@ -135,6 +135,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
config.vm.provider :libvirt do |lv|
|
config.vm.provider :libvirt do |lv|
|
||||||
lv.cpu_mode = 'host-passthrough'
|
lv.cpu_mode = 'host-passthrough'
|
||||||
lv.volume_cache = 'unsafe'
|
lv.volume_cache = 'unsafe'
|
||||||
|
lv.graphics_type = 'none'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Faster bootup. Disables mounting the sync folder for libvirt and virtualbox
|
# Faster bootup. Disables mounting the sync folder for libvirt and virtualbox
|
||||||
|
|
Loading…
Reference in New Issue