]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: if head object does not have data, still include in `object manifest` 55842/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 9 Feb 2024 17:27:00 +0000 (12:27 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Thu, 29 Feb 2024 14:46:03 +0000 (09:46 -0500)
commit3533c3400d3bf2a6e461069a2ea51c8335c6578f
tree598cf2510ec739a1b56d7190b882236f937207b5
parent3fcf1f42501cf383c35cd250a30e7d73f40a7cfb
rgw: if head object does not have data, still include in `object manifest`

In order to enable users who might like to use `radosgw-admin object
manifest ...` to get a complete list of raw objects that comprise the
RGW object, we'll include the head object when it includes not
data. It will be indicated with an "index" of -1.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit 575362d826f8f58832a2bb865b9dc73c474f4fe1)
src/rgw/rgw_admin.cc