mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Adds disk driver options: io, copy_on_read, discard and detect_zeroes for both the primary vm disk and additional disks. Minor refactor of existing volume_cache to deprecate and replace with a single call to disk_driver that contains all of the options. Usage of the volume_cache option will now result in a message to ui that it has been replaced, as well as a warning that it is ignored if disk_driveris set. The old option volume_cache is only used if disk_driver is not present (even if :cache is not set - in that case, the hypervisor default is always used). Resolves #998