mirror of https://github.com/ceph/ceph-ansible.git
tests: create as many drives for virtualbox as libvirt
This just ensures that virtualbox and libvirt are making the same amount of devices for tests. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/3564/head
parent
c53ccab0b2
commit
3d4beaf952
|
@ -477,7 +477,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
'--add', 'scsi']
|
||||
end
|
||||
|
||||
(0..1).each do |d|
|
||||
(0..2).each do |d|
|
||||
vb.customize ['createhd',
|
||||
'--filename', "disk-#{i}-#{d}",
|
||||
'--size', '11000'] unless File.exist?("disk-#{i}-#{d}.vdi")
|
||||
|
|
Loading…
Reference in New Issue