From: Josh Durgin Date: Wed, 4 Dec 2013 01:31:45 +0000 (-0800) Subject: rbd: make default size larger for xfstests X-Git-Tag: 1.1.0~1763 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5cc60996cf95418990d633be0ed53740bdc808a0;p=teuthology.git rbd: make default size larger for xfstests Test 167 runs out of space on newer kernels Signed-off-by: Josh Durgin --- diff --git a/teuthology/task/rbd.py b/teuthology/task/rbd.py index 71302f047b..7c21b82e9b 100644 --- a/teuthology/task/rbd.py +++ b/teuthology/task/rbd.py @@ -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(