From: Josh Durgin Date: Tue, 25 Mar 2014 21:52:06 +0000 (-0700) Subject: rgw: fix ec-data-pool config X-Git-Tag: 1.1.0~1564 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f89c0d59fbadad3fcf99165dabb8c8237b81fd25;p=teuthology.git rgw: fix ec-data-pool config Signed-off-by: Josh Durgin --- diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index de818ed91..879ba8368 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -537,7 +537,7 @@ def configure_regions_and_zones(ctx, config, regions, role_endpoints): for pool_info in zone_info['placement_pools']: remote.run(args=['ceph', 'osd', 'pool', 'create', pool_info['val']['index_pool'], '64', '64']) - if ctx.get('ec-data-pool'): + if ctx.rgw.ec_data_pool: create_ec_pool(remote, pool_info['val']['data_pool'], zone, 64) else: