]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: set `volume_cache` 'unsafe' 1957/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 4 Oct 2017 15:09:34 +0000 (17:09 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 5 Oct 2017 13:07:38 +0000 (15:07 +0200)
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 <gabrioux@redhat.com>
Vagrantfile

index ae02f838ce89e2fca300f878f74269b2185d5f0c..4dbc9c37a949b33cbe09644fe46875362f392d09 100644 (file)
@@ -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