From: Sage Weil Date: Fri, 23 Sep 2011 16:40:52 +0000 (-0700) Subject: rbd: default to all: X-Git-Tag: 1.1.0~2671 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8ec23e79dc7ab6edb14b462506096a9ebe24bc2;p=teuthology.git rbd: default to all: --- diff --git a/teuthology/task/rbd.py b/teuthology/task/rbd.py index 5bc169773..b7c211f55 100644 --- a/teuthology/task/rbd.py +++ b/teuthology/task/rbd.py @@ -378,6 +378,8 @@ def task(ctx, config): image_size: 20480 fs_type: xfs """ + if config is None: + config = { all: None } norm_config = config if isinstance(config, dict): norm_config = teuthology.replace_all_with_clients(ctx.cluster, config)