]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Increased default test RBD size to 10G to help tests pass
authorDouglas Fuller <dfuller@redhat.com>
Mon, 6 Apr 2015 19:23:38 +0000 (12:23 -0700)
committerDouglas Fuller <dfuller@redhat.com>
Tue, 7 Apr 2015 23:49:11 +0000 (16:49 -0700)
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
tasks/rbd.py

index 8c632513077324cdf4f6b8fb234b75b3ab956664..bf5e77008cefcbf02aa3f1f0f97336e8f6366d5f 100644 (file)
@@ -398,7 +398,7 @@ def xfstests(ctx, config):
             properties = {}
 
         test_image = properties.get('test_image', 'test_image.{role}'.format(role=role))
-        test_size = properties.get('test_size', 2000) # 2G
+        test_size = properties.get('test_size', 10000) # 10G
         test_fmt = properties.get('test_format', 1)
         scratch_image = properties.get('scratch_image', 'scratch_image.{role}'.format(role=role))
         scratch_size = properties.get('scratch_size', 10000) # 10G