Actions
Bug #62002
closedraw list shouldn't list lvm OSDs
% Done:
0%
Source:
Backport:
reef,quincy,pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v18.0.0-5136-g8392e7dff7f
Released In:
v19.2.0~1941
Upkeep Timestamp:
2025-07-12T04:44:29+00:00
Description
`ceph-volume raw list` lists also OSDs that were created with LVM.
beyond the cosmetic issue, it can confuse the generic activate process given that it relies on `raw list`
to detect whether it is activating a raw or lvm osd.
# ceph-volume raw list
{
"c447ced1-23d5-4b1b-a84f-250dd27aebcb": {
"ceph_fsid": "7dccab18-14cf-11ee-837b-5254008f8ca5",
"device": "/dev/mapper/ceph--4a56d1df--5a7a--4710--9bc0--2ac961854427-osd--block--c447ced1--23d5--4b1b--a84f--250dd27aebcb",
"osd_id": 0,
"osd_uuid": "c447ced1-23d5-4b1b-a84f-250dd27aebcb",
"type": "bluestore"
}
}
Updated by Guillaume Abrioux over 2 years ago
- Status changed from New to Fix Under Review
Updated by Guillaume Abrioux over 2 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot over 2 years ago
- Copied to Backport #62149: quincy: raw list shouldn't list lvm OSDs added
Updated by Upkeep Bot over 2 years ago
- Copied to Backport #62150: pacific: raw list shouldn't list lvm OSDs added
Updated by Upkeep Bot over 2 years ago
- Copied to Backport #62151: reef: raw list shouldn't list lvm OSDs added
Updated by Konstantin Shalygin over 2 years ago
- Status changed from Pending Backport to Resolved
- Target version set to v19.0.0
Updated by Upkeep Bot 9 months ago
- Merge Commit set to 8392e7dff7f37e091e252cffa59bce06f5f1b8c3
- Fixed In set to v18.0.0-5136-g8392e7dff7f
- Released In set to v19.2.0~1941
- Upkeep Timestamp set to 2025-07-12T04:44:29+00:00
Actions