]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/rados: set_attrs() falls back to existing attrs for index update 58649/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 17 Jul 2024 14:28:08 +0000 (10:28 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 17 Jul 2024 14:28:10 +0000 (10:28 -0400)
commitf433e2ff4568416619af4885314d43c621fb4db9
tree2fcc4d855832c420dce1490997b23d964d9578a1
parent103cd8e78bcfe7f69647013187c053c9ccb76685
rgw/rados: set_attrs() falls back to existing attrs for index update

set_attrs() needs the ACLOwner, etag, content-type and storage class for
the bucket index update. if those attrs aren't being updated, consult
their existing attrs in state->attrset

Fixes: https://tracker.ceph.com/issues/64173
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/driver/rados/rgw_rados.cc