Actions
Bug #71157
openrgw-multisite: object lock rule applied on a bucket doesn't sync
% Done:
0%
Source:
Backport:
reef squid tentacle
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v20.3.0-3066-gd037f401a7
Released In:
Upkeep Timestamp:
2025-09-17T05:46:24+00:00
Description
when object lock is enabled on a bucket, the Rule fails to replicate to other zones.
- aws s3api put-object-lock-configuration --bucket new-bucket --object-lock-configuration 'ObjectLockEnabled="Enabled",Rule={DefaultRetention={Mode="GOVERNANCE",Days=90}}' --endpoint http://localhost:8101
- aws s3api get-object-lock-configuration --bucket new-bucket --endpoint http://localhost:8101
{
"ObjectLockConfiguration": {
"ObjectLockEnabled": "Enabled",
"Rule": {
"DefaultRetention": {
"Mode": "GOVERNANCE",
"Days": 90
}
}
}
}
- aws s3api get-object-lock-configuration --bucket new-bucket --endpoint http://localhost:8201
{
"ObjectLockConfiguration": {
"ObjectLockEnabled": "Enabled"
}
}
Updated by Casey Bodley 11 months ago
- Status changed from New to Fix Under Review
- Pull request ID set to 63089
Updated by Upkeep Bot 6 months ago
- Status changed from Fix Under Review to Pending Backport
- Merge Commit set to d037f401a7de15a4a87056d8c2c4beda0f6cc0e6
- Fixed In set to v20.3.0-3066-gd037f401a7
- Upkeep Timestamp set to 2025-09-17T05:46:24+00:00
Updated by Upkeep Bot 6 months ago
- Copied to Backport #73067: squid: rgw-multisite: object lock rule applied on a bucket doesn't sync added
Updated by Upkeep Bot 6 months ago
- Copied to Backport #73068: reef: rgw-multisite: object lock rule applied on a bucket doesn't sync added
Updated by Upkeep Bot 6 months ago
- Copied to Backport #73069: tentacle: rgw-multisite: object lock rule applied on a bucket doesn't sync added
Actions