Bug 2319199
Summary: | [GSS] radosgw-admin lc process --bucket <bucket> doesn't remove objects if versioning is suspended | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Rodrigo Capa <rocapa> | |
Component: | RGW | Assignee: | Soumya Koduri <skoduri> | |
Status: | VERIFIED --- | QA Contact: | Chaithra <ckulal> | |
Severity: | medium | Docs Contact: | Rivka Pollack <rpollack> | |
Priority: | high | |||
Version: | 7.1 | CC: | bkunal, ceph-eng-bugs, cephqe-warriors, ckulal, jcaratza, kelwhite, mbenjamin, rocapa, rpollack, skoduri, smanjara, vasawant, vimishra | |
Target Milestone: | --- | Flags: | rocapa:
needinfo?
(mbenjamin) skoduri: needinfo? (mbenjamin) vasawant: needinfo? (mbenjamin) |
|
Target Release: | 8.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | ceph-19.2.1-2 | Doc Type: | Bug Fix | |
Doc Text: |
.Objects are now removed as per the lifecycle rules set when bucket versioning is suspended
Previously, due to an error in the lifecycle code, the lifecycle process did not remove the objects if the bucket versioning was in the suspended state. As a result, the objects were still seen in the bucket listing.
With this fix, the lifecycle code is fixed and now the lifecycle process removes objects as per the rules set and the objects are no longer listed in the bucket listing.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2336609 2336868 (view as bug list) | Environment: | ||
Last Closed: | Type: | Bug | ||
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2351689, 2336609, 2336868 |
Description
Rodrigo Capa
2024-10-16 14:17:53 UTC
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. Hello, the issue is whenever bucket-versioning Status is Suspended: $aws --profile=ceph --endpoint-url=http://rgws-0.pnq2.redhat.com:80 s3api put-bucket-versioning --versioning-configuration MFADelete=Disabled,Status=Suspended --bucket testbucket If LC is processed with Status=Enabled, it goes ok, but once LC is processed with Status=Suspended something is lost. Hello, is there any update about this issue? I see activity on the past for RHCS 7,is this also been worked on RHCS 5? Hello, 5 would be nice, but at least RHCS 6 and 7 |