X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Vagrantfile;fp=Vagrantfile;h=c97adfb8c12daaee90ec7d9c3a3db4ec90d36ccb;hb=45bd626b13ca8eb2103a0a95e6d359647905fba8;hp=6d60f7d5e309473a3c3c2f5996e8107e3bfa4132;hpb=942b06c18f2bc6d9e86fcc6331daa14a2f98699c;p=icn.git diff --git a/Vagrantfile b/Vagrantfile index 6d60f7d..c97adfb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -196,6 +196,8 @@ Vagrant.configure("2") do |config| # The image will be provisioned by ICN so just create an empty # 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' # Management attach is false so that vagrant will not interfere # with these machines: the jump server will manage them # completely