From: Pritha Srivastava Date: Mon, 22 Nov 2021 06:57:03 +0000 (+0530) Subject: rgw: adding a metadata section for roles. X-Git-Tag: v18.0.0~710^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9549d2cb6caef0041287d5d5d26d77c767169098;p=ceph-ci.git rgw: adding a metadata section for roles. Signed-off-by: Pritha Srivastava --- diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index a2b388d1eae..c28410ab937 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -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));