]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fixes: https://tracker.ceph.com/issues/66286
authorGabriel BenHanokh <gbenhano@redhat.com>
Sun, 23 Jun 2024 15:54:22 +0000 (15:54 +0000)
committerGabriel BenHanokh <gbenhano@redhat.com>
Mon, 15 Jul 2024 06:56:47 +0000 (06:56 +0000)
commitd496d20c803590d41d711e446feab41476c0f20c
tree267a3178ec18e5166ed4aeb8ebbc39f8c31a3545
parent067a93c472e93645811e5de794d3f551871d0108
Fixes: https://tracker.ceph.com/issues/66286
Improve display of ref_count in the rados commandline utility

New test cases were added to detect behavior after server side copy in the following cases:
1) delete original only
2) delete destination only
3) delete original then delete destination (this will lead to orphaned tail-objects without the changes made in this PR)
d) delete destination then delete original (this will lead to orphaned tail-objects without the changes made in this PR)

Add call to GC between tests to help control the used disk space since we keep writing huge files of 5GB each
Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
qa/workunits/rgw/test_rgw_orphan_list.sh
src/tools/rados/rados.cc