From: Douglas Fuller Date: Mon, 6 Apr 2015 19:23:38 +0000 (-0700) Subject: Increased default test RBD size to 10G to help tests pass X-Git-Tag: v10.2.6~165^2^2~508^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0f5cb1bf11daca5a1802a66e11b9d0149af576e;p=ceph.git Increased default test RBD size to 10G to help tests pass Signed-off-by: Douglas Fuller --- diff --git a/tasks/rbd.py b/tasks/rbd.py index 8c6325130773..bf5e77008cef 100644 --- a/tasks/rbd.py +++ b/tasks/rbd.py @@ -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