]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: create 12GB devices with virtualbox
authorAndrew Schoen <aschoen@redhat.com>
Thu, 6 Dec 2018 18:27:23 +0000 (12:27 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 6 Dec 2018 18:29:47 +0000 (12:29 -0600)
This increases the size of the HDD devices that virtualbox creates so
that they can pass the validator for filestore single type tests
locally.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/Vagrantfile

index 0f90faf67dd782684135804571f9505091cccc9d..76eb8f0d8643cd5bf0fa641d1b13075d51bdb040 100644 (file)
@@ -350,7 +350,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
         (0..2).each do |d|
           vb.customize ['createhd',
                         '--filename', "disk-#{i}-#{d}",
-                        '--size', '11000'] unless File.exist?("disk-#{i}-#{d}.vdi")
+                        '--size', '12000'] unless File.exist?("disk-#{i}-#{d}.vdi")
           vb.customize ['storageattach', :id,
                         '--storagectl', 'OSD Controller',
                         '--port', 3 + d,