]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: use namespace for roles pool 16943/head
authorOrit Wasserman <owasserm@redhat.com>
Tue, 8 Aug 2017 08:24:06 +0000 (11:24 +0300)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 9 Aug 2017 13:01:52 +0000 (15:01 +0200)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit 4c378ffbbd984d4c7985415ea067661b7b3a2e98)

src/rgw/rgw_rados.h

index 0ae48881f548b58032eb7b32e5768602995f37a0..23caafd6314f48a58ba33ee624ec8ca836b58c65 100644 (file)
@@ -1262,7 +1262,7 @@ struct RGWZoneParams : RGWSystemMetaObj {
     if (struct_v >= 9) {
       ::decode(roles_pool, bl);
     } else {
-      roles_pool = name + ".rgw.roles";
+      roles_pool = name + ".rgw.meta:roles";
     }
     if (struct_v >= 10) {
       ::decode(reshard_pool, bl);