]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fixup compressor_message didn't store in some cases 58046/head
authorhualong feng <hualong.feng@intel>
Fri, 14 Jun 2024 07:50:53 +0000 (15:50 +0800)
committerFeng,Hualong <hualong.feng@intel.com>
Fri, 19 Jul 2024 08:03:17 +0000 (08:03 +0000)
commit8a20dff09f9bba26ecbc7ae5d76a2f720d0746f2
tree45eb15bbf3eba853a55cd68a4c47df439c4ba7fb
parent855c5d6826dabba0093e65e34be14a2fb1581dd0
rgw: fixup compressor_message didn't store in some cases

When I upload a object to RGW by multipart, the head object
xattr(user.rgw.compression) don't have compressor_message
when the value should be valid and part object xattr
have the value.

Signed-off-by: Feng,Hualong <hualong.feng@intel.com>
src/rgw/driver/daos/rgw_sal_daos.cc
src/rgw/driver/motr/rgw_sal_motr.cc
src/rgw/driver/rados/rgw_sal_rados.cc
src/rgw/rgw_file.cc
src/rgw/rgw_op.cc