Actions
Bug #69713
closedrgw: Correct option ordering in RGWZoneGroupPlacementTier
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v20.0.0-176-gba753912c2
Released In:
v20.2.0~919
Upkeep Timestamp:
2025-11-01T01:14:44+00:00
Description
As mentioned in detail in https://tracker.ceph.com/issues/69509, two tier-config options (related to `cloud-restore`) were incorrectly added in the middle of the encoding and decoding methods of RGWZoneGroupPlacementTier. This modification can cause compatibility issues with older decoders when attempting to read v2-encoded REST objects.
The fix is to correct the option order and update the decode() function to properly interpret the structure based on the encoded version.
Updated by Casey Bodley about 1 year ago
- Related to Bug #69509: ceph-dencoder Unable to Decode Information added
Updated by J. Eric Ivancich 12 months ago
- Status changed from Fix Under Review to Resolved
Updated by Upkeep Bot 8 months ago
- Merge Commit set to ba753912c238948587d21a83b6a0cb2181e68bd5
- Fixed In set to v20.0.0-176-gba753912c23
- Upkeep Timestamp set to 2025-07-09T22:41:04+00:00
Updated by Upkeep Bot 7 months ago
- Fixed In changed from v20.0.0-176-gba753912c23 to v20.0.0-176-gba753912c2
- Upkeep Timestamp changed from 2025-07-09T22:41:04+00:00 to 2025-07-14T19:37:26+00:00
Updated by Upkeep Bot 4 months ago
- Released In set to v20.2.0~919
- Upkeep Timestamp changed from 2025-07-14T19:37:26+00:00 to 2025-11-01T01:14:44+00:00
Actions