]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerCasey Bodley <cbodley@redhat.com>
Tue, 30 Jul 2024 17:27:03 +0000 (13:27 -0400)
commitc36680e60ad0de554d844f269f483e57810af041
treeee88efdd0e142f121fa010824f1b13844816e043
parenta5d1ba1d4245d936b121b8c6e1e053a1d69871a2
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>
(cherry picked from commit d496d20c803590d41d711e446feab41476c0f20c)
qa/workunits/rgw/test_rgw_orphan_list.sh
src/tools/rados/rados.cc