From: Guillaume Abrioux Date: Wed, 4 Oct 2017 15:09:34 +0000 (+0200) Subject: tests: set `volume_cache` 'unsafe' X-Git-Tag: v3.0.0rc17~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1957%2Fhead;p=ceph-ansible.git tests: set `volume_cache` 'unsafe' Set volume_cache to unsafe for CI VMs. We might be using tmpfs for volume disks soon, therefore 'unsafe' is a prerequisite for volume_cache Signed-off-by: Guillaume Abrioux --- diff --git a/Vagrantfile b/Vagrantfile index ae02f838c..4dbc9c37a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -134,6 +134,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # "host doesn't support requested feature: CPUID.01H:EDX.ds [bit 21]" config.vm.provider :libvirt do |lv| lv.cpu_mode = 'host-passthrough' + lv.volume_cache = 'unsafe' end # Faster bootup. Disables mounting the sync folder for libvirt and virtualbox