]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/dbstore: Update bucket attrs as part of put_info() 64488/head
authorSoumya Koduri <skoduri@redhat.com>
Fri, 17 Jan 2025 18:48:25 +0000 (00:18 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Mon, 14 Jul 2025 16:05:52 +0000 (21:35 +0530)
commit4b41e209a0d88a392bdbf1f05411e14eb9bf16ba
tree4d5dd5614201b1801d99103f30523d5d2bd0d406
parentc42de4884795111ddd5d971348be4ce461a4d4e1
rgw/dbstore: Update bucket attrs as part of put_info()

With commit#8c025045332a8005c6e82308fc17a33d38058734, changes
were made to call put_info while erasing bucket attrs. But
DBStore wasn't updating attrs as part of put_info operation.
This commit addresses the same.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
(cherry picked from commit 20f27ee967ae047c5210ec08b24db2f6319312ae)
src/rgw/driver/dbstore/common/dbstore.cc
src/rgw/driver/dbstore/common/dbstore.h
src/rgw/driver/dbstore/sqlite/sqliteDB.cc
src/rgw/rgw_sal_dbstore.cc