From 62f8f006b3a9a5e8a8f868a4008db72cf41c5eb4 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 20 May 2012 20:50:19 -0700 Subject: [PATCH] rbd.xfstests: default to 250mb instead of 100mb --- teuthology/task/rbd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/task/rbd.py b/teuthology/task/rbd.py index 97dd3b6c513d5..303d3ab5a556e 100644 --- a/teuthology/task/rbd.py +++ b/teuthology/task/rbd.py @@ -474,7 +474,7 @@ def xfstests(ctx, config): - rbd.xfstests: client.0: test_image: 'test_image' - test_size: 100 + test_size: 250 scratch_image: 'scratch_image' scratch_size: 250 fs_type: 'xfs' @@ -505,7 +505,7 @@ def xfstests(ctx, config): properties = {} test_image = properties.get('test_image', 'test_image') - test_size = properties.get('test_size', 100) + test_size = properties.get('test_size', 250) scratch_image = properties.get('scratch_image', 'scratch_image') scratch_size = properties.get('scratch_size', 250) -- 2.39.5