]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/rados: set_attrs() falls back to existing attrs for index update 58668/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 17 Jul 2024 14:28:08 +0000 (10:28 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 18 Jul 2024 19:16:52 +0000 (15:16 -0400)
commit5e965fd44c984c05a1e73a1c1de668f7a28b631c
tree33466a222c839610896564bf0e256912c1d60cc9
parent05649d9200ba0e66f45385e955b028fcd5d6b7a7
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>
(cherry picked from commit f433e2ff4568416619af4885314d43c621fb4db9)
src/rgw/driver/rados/rgw_rados.cc