]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: use .rgw.log:reshard pool for resharding
authorOrit Wasserman <owasserm@redhat.com>
Fri, 28 Apr 2017 10:03:11 +0000 (13:03 +0300)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 5 Jun 2017 20:17:37 +0000 (13:17 -0700)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
src/rgw/rgw_rados.cc

index f8bcc7375b4b3f54cfb978f56fcf90dc1bb8c4e0..708f37a154dab93e5ef00f2f7ee41196032805f2 100644 (file)
@@ -1696,7 +1696,7 @@ int RGWZoneParams::fix_pool_names()
   user_swift_pool = fix_zone_pool_dup(pools, name, ".rgw.meta:users.swift", user_swift_pool);
   user_uid_pool = fix_zone_pool_dup(pools, name, ".rgw.meta:users.uid", user_uid_pool);
   roles_pool = fix_zone_pool_dup(pools, name, ".rgw.meta:roles", roles_pool);
-  reshard_pool = fix_zone_pool_dup(pools, name, ".rgw.reshard", reshard_pool);
+  reshard_pool = fix_zone_pool_dup(pools, name, ".rgw.log:reshard", reshard_pool);
 
   for(auto& iter : placement_pools) {
     iter.second.index_pool = fix_zone_pool_dup(pools, name, "." + default_bucket_index_pool_suffix,