From 4c378ffbbd984d4c7985415ea067661b7b3a2e98 Mon Sep 17 00:00:00 2001 From: Orit Wasserman Date: Tue, 8 Aug 2017 11:24:06 +0300 Subject: [PATCH] rgw: use namespace for roles pool Signed-off-by: Orit Wasserman --- src/rgw/rgw_rados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index c075c2ba60542..966c5a0964dfd 100644 --- a/src/rgw/rgw_rados.h +++ b/src/rgw/rgw_rados.h @@ -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); -- 2.39.5