.`radosgw-admin bucket rm --bypass-gc` now stores timestamps for deletions
Previously, objects deleted with `radosgw-admin bucket rm --bypass-gc` did not store a timestamp for the deletion. Because of this, data sync did not apply these object deletions on other zones. With this update, proper timestamps are stored for deletions, and `bucket rm` with `--bypass-gc` correctly deletes objects on all zones.
Description of problem:
radosgw-admin bucket rm --bucket=${bucket} --bypass-gc --purge-objects not cleaning up objects in secondary site
Version-Release number of selected component (if applicable):
Red Hat Ceph Storage 3.0
How reproducible:
Always in the customer environment.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2019:2538
Description of problem: radosgw-admin bucket rm --bucket=${bucket} --bypass-gc --purge-objects not cleaning up objects in secondary site Version-Release number of selected component (if applicable): Red Hat Ceph Storage 3.0 How reproducible: Always in the customer environment.