From: Alex Elder Date: Fri, 18 Jan 2013 18:47:34 +0000 (-0600) Subject: rbd.py: update scratch and test image sizes X-Git-Tag: 1.1.0~2373 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dbc38eff62173107df208f4ae36298d9df6aa23d;p=teuthology.git rbd.py: update scratch and test image sizes Test 167 was failing due to running out of space on the scratch file system. The test reserves 21MB in a file, and repeats 50 times. It required just over 1GB, so I bumped the default size for the testing device to 1200 MB. I increased the test device size as well. This resolves http://tracker.newdream.net/issues/3864. Signed-off-by: Alex Elder --- diff --git a/teuthology/task/rbd.py b/teuthology/task/rbd.py index 475330e08..4a58c860d 100644 --- a/teuthology/task/rbd.py +++ b/teuthology/task/rbd.py @@ -531,10 +531,10 @@ def xfstests(ctx, config): properties = {} test_image = properties.get('test_image', 'test_image.{role}'.format(role=role)) - test_size = properties.get('test_size', 1000) + test_size = properties.get('test_size', 1200) 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', 1000) + scratch_size = properties.get('scratch_size', 1200) scratch_fmt = properties.get('scratch_format', 1) images_config[role] = dict(