Actions
Bug #53062
closedOMAP upgrade to PER-PG format result in ill-formatted OMAP keys.
Status:
Resolved
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:
0%
Source:
Backport:
pacific
Regression:
No
Severity:
1 - critical
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v17.0.0-8677-gfa74cae025
Released In:
v17.2.0~606
Upkeep Timestamp:
2025-07-14T15:54:17+00:00
Description
Looks like the code appends the full legacy key to the new prefix rather that use the user-provided OMAP name from the tail of the key.
So the resulting key gets the following format:
<new key prefix: <pool_id, hash, onode_nid>> + '.' + <legacy key prefix: <nid>> + '.' + <user name>
while the expected one is:
<new key prefix: <pool_id, hash, onode_nid>> + '.' + <user name>
Originally brought up here:
https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/XDMISQC74Z67RXP2PJHERARJ7KT2ADW4/
and here
https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/7PZWYBIB53G2TBVYE4TFOISKYEP3W4ND/
Updated by Igor Fedotov over 4 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 43687
Updated by Igor Fedotov over 4 years ago
- Related to Bug #53064: pgmeta onode isn't tagged with FLAG_PGMETA_OMAP if created in pre-mimic are added
Updated by Neha Ojha over 4 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot over 4 years ago
- Copied to Backport #53124: pacific: OMAP upgrade to PER-PG format result in ill-formatted OMAP keys. added
Updated by Igor Fedotov over 4 years ago
- Status changed from Pending Backport to Resolved
Updated by Igor Fedotov over 4 years ago
- Related to Bug #53426: rbd_directory (and some others) corrupted after update from 15.2.10 to 16.2.6 added
Updated by Igor Fedotov about 4 years ago
- Related to deleted (Bug #53426: rbd_directory (and some others) corrupted after update from 15.2.10 to 16.2.6)
Updated by Igor Fedotov about 4 years ago
- Has duplicate Bug #53426: rbd_directory (and some others) corrupted after update from 15.2.10 to 16.2.6 added
Updated by Upkeep Bot 8 months ago
- Merge Commit set to fa74cae025b1fae506ccd7fcad942def46bcfb77
- Fixed In set to v17.0.0-8677-gfa74cae025
- Released In set to v17.2.0~606
- Upkeep Timestamp set to 2025-07-14T15:54:17+00:00
Actions