]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: adding a metadata section for roles.
authorPritha Srivastava <prsrivas@redhat.com>
Mon, 22 Nov 2021 06:57:03 +0000 (12:27 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Fri, 9 Sep 2022 04:48:19 +0000 (10:18 +0530)
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit 9549d2cb6caef0041287d5d5d26d77c767169098)

src/rgw/rgw_sync.cc

index 86a72d1740f9aac5d147ac05ad00af8c03e1353c..bcf2bc230b38892aa03508c717ad56e9d61717df 100644 (file)
@@ -876,6 +876,7 @@ public:
     append_section_from_set(all_sections, "user");
     append_section_from_set(all_sections, "bucket.instance");
     append_section_from_set(all_sections, "bucket");
+    append_section_from_set(all_sections, "roles");
 
     std::move(all_sections.begin(), all_sections.end(),
               std::back_inserter(sections));