Add KubeVirt testing using PV
[icn.git] / Vagrantfile
index c97adfb..3570898 100644 (file)
@@ -197,7 +197,7 @@ Vagrant.configure("2") do |config|
           # disk for the machine
           libvirt.storage :file, :size => 50, :type => 'raw', :cache => 'none'
           # Create an additional disk for cStor
-          libvirt.storage :file, :size => 10, :type => 'raw', :cache => 'none'
+          libvirt.storage :file, :size => 16, :type => 'raw', :cache => 'none'
           # Management attach is false so that vagrant will not interfere
           # with these machines: the jump server will manage them
           # completely