Red Hat Bugzilla – Bug 1514007
Objects left after calling radosgw-admin bucket rm --purge-objects
Last modified: 2018-10-02 17:31:50 EDT
Description of problem: There could be object leaking after calling radosgw-admin bucket rm --purge-objects. this due to RGWRados::gc_aio_operate() ops abandoned on shutdown. Version-Release number of selected component (if applicable): How reproducible: Create a large bucket Steps to Reproduce: 1. remove the bucket 2. 3. Actual results: some of the objects are left Expected results: No objects left Additional info: