From: Pritha Srivastava Date: Mon, 22 Nov 2021 06:57:03 +0000 (+0530) Subject: rgw: adding a metadata section for roles. X-Git-Tag: v17.2.6~119^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=680ff2427c2bdf8b141ebdb18673175b5803dc0a;p=ceph.git rgw: adding a metadata section for roles. Signed-off-by: Pritha Srivastava (cherry picked from commit 9549d2cb6caef0041287d5d5d26d77c767169098) --- diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index 86a72d1740f9..bcf2bc230b38 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -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));