]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/dbstore: Update bucket attrs as part of put_info()
authorSoumya Koduri <skoduri@redhat.com>
Fri, 17 Jan 2025 18:48:25 +0000 (00:18 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Sun, 19 Jan 2025 17:14:15 +0000 (22:44 +0530)
commit20f27ee967ae047c5210ec08b24db2f6319312ae
tree4ce4ee037268e57ee88d155dc7293eef95559907
parenta1423509dde8522ed2f0c7c16f5685b1860d1222
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>
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