From b0f5cb1bf11daca5a1802a66e11b9d0149af576e Mon Sep 17 00:00:00 2001 From: Douglas Fuller Date: Mon, 6 Apr 2015 12:23:38 -0700 Subject: [PATCH] Increased default test RBD size to 10G to help tests pass Signed-off-by: Douglas Fuller --- tasks/rbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rbd.py b/tasks/rbd.py index 8c63251307732..bf5e77008cefc 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 -- 2.39.5