]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Correcting pool name for oidc provider for older
authorPritha Srivastava <prsrivas@redhat.com>
Fri, 17 Apr 2020 03:49:49 +0000 (09:19 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Mon, 12 Oct 2020 15:41:08 +0000 (21:11 +0530)
versions of osd.

Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit 1e50f8cac9c7e16322ec7d8177d8679ab29cc28a)

src/rgw/rgw_zone.h

index d10ad89a586c970f1ac467fdf34aad2d561ad982..2960ead43e4354062641a660e8906872be9bb570 100644 (file)
@@ -497,7 +497,7 @@ struct RGWZoneParams : RGWSystemMetaObj {
     if (struct_v >= 13) {
       ::decode(oidc_pool, bl);
     } else {
-      oidc_pool = name + ".rgw.oidc";
+      oidc_pool = name + ".rgw.meta:oidc";
     }
     DECODE_FINISH(bl);
   }