]> 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)
committerCasey Bodley <cbodley@redhat.com>
Wed, 19 Mar 2025 19:08:13 +0000 (15:08 -0400)
commit3967b6a7eaba9e990cd511c8724e9ad666ea0379
treef893e1ab3bccde7d5dfb2b0d207bda1c3bb75c3e
parent57e1adb29aa783f54b913c03a7783b271be506f8
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