From 48f4b8172a436b93a681e284bf2476bb545e7bbc Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Tue, 24 Apr 2018 13:45:33 -0700 Subject: [PATCH] qa: correct default rgw pool name Signed-off-by: Neha Ojha --- qa/suites/rados/basic/tasks/rgw_snaps.yaml | 4 ++-- qa/tasks/rgw.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/suites/rados/basic/tasks/rgw_snaps.yaml b/qa/suites/rados/basic/tasks/rgw_snaps.yaml index ec864916de6bf..a48a394bbf980 100644 --- a/qa/suites/rados/basic/tasks/rgw_snaps.yaml +++ b/qa/suites/rados/basic/tasks/rgw_snaps.yaml @@ -12,14 +12,14 @@ tasks: - ceph_manager.wait_for_pools: kwargs: pools: - - .rgw.buckets + - default.rgw.buckets.data - .rgw.root - default.rgw.control - default.rgw.meta - default.rgw.log - thrash_pool_snaps: pools: - - .rgw.buckets + - default.rgw.buckets.data - .rgw.root - default.rgw.control - default.rgw.meta diff --git a/qa/tasks/rgw.py b/qa/tasks/rgw.py index 24b7e89b2aade..18bef4f20c76a 100644 --- a/qa/tasks/rgw.py +++ b/qa/tasks/rgw.py @@ -194,7 +194,7 @@ def create_pools(ctx, clients): for client in clients: log.debug("Obtaining remote for client {}".format(client)) (remote,) = ctx.cluster.only(client).remotes.iterkeys() - data_pool = '.rgw.buckets' + data_pool = 'default.rgw.buckets.data' cluster_name, daemon_type, client_id = teuthology.split_role(client) if ctx.rgw.ec_data_pool: -- 2.39.5