Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1514007 - Objects left after calling radosgw-admin bucket rm --purge-objects
Objects left after calling radosgw-admin bucket rm --purge-objects
Status: ASSIGNED
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: RGW (Show other bugs)
3.0
Unspecified Unspecified
low Severity low
: rc
: 3.*
Assigned To: Matt Benjamin (redhat)
ceph-qe-bugs
Erin Donnelly
:
Depends On:
Blocks: 1494421
  Show dependency treegraph
 
Reported: 2017-11-16 08:32 EST by Orit Wasserman
Modified: 2018-10-02 17:31 EDT (History)
7 users (show)

See Also:
Fixed In Version:
Doc Type: Known Issue
Doc Text:
.Object leaking can occur after using `radosgw-admin bucket rm --purge-objects` In the Ceph Object Gateway, the `radosgw-admin bucket rm --purge-objects` command is supposed to remove all object from a bucket. However, in some cases, some of the objects are left in the bucket. This is caused by the `RGWRados::gc_aio_operate()` operation abandoning on shutdown. To work around this problem, remove the objects by using the `rados rm` command.
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Ceph Project Bug Tracker 22133 None None None 2017-11-16 08:32 EST

  None (edit)
Description Orit Wasserman 2017-11-16 08:32:14 EST
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:

Note You need to log in before you can comment on or make changes to this bug.