]> git.apps.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>
Mon, 6 Jun 2022 10:49:43 +0000 (16:19 +0530)
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
src/rgw/rgw_sync.cc

index a2b388d1eae084e1ee57f37577675c6f2376670c..c28410ab937cd41946162222593852933b9fe559 100644 (file)
@@ -904,6 +904,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));