]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: if head object does not have data, still include in `object manifest` 55509/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 9 Feb 2024 17:27:00 +0000 (12:27 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Fri, 9 Feb 2024 17:47:15 +0000 (12:47 -0500)
commit575362d826f8f58832a2bb865b9dc73c474f4fe1
treeb235add293fb4bb9a34e46cf44d8d7f5e43d76d9
parentcd068b831dc8cf665577db40563a2a6a03b6c4c0
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>
src/rgw/rgw_admin.cc