]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
rbd: make default size larger for xfstests
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 4 Dec 2013 01:31:45 +0000 (17:31 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Wed, 4 Dec 2013 01:31:45 +0000 (17:31 -0800)
Test 167 runs out of space on newer kernels

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/rbd.py

index 71302f047b5bbe1caf034da3496c0592d5212c88..7c21b82e9b1d139ea2c7857bc70a76f3019822bf 100644 (file)
@@ -393,10 +393,10 @@ def xfstests(ctx, config):
             properties = {}
 
         test_image = properties.get('test_image', 'test_image.{role}'.format(role=role))
-        test_size = properties.get('test_size', 1200)
+        test_size = properties.get('test_size', 2000)
         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', 1200)
+        scratch_size = properties.get('scratch_size', 2000)
         scratch_fmt = properties.get('scratch_format', 1)
 
         images_config[role] = dict(