Signed-off-by: Neha Ojha <nojha@redhat.com>
- 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
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: