ceph-volume creates osds/journal/etc. on LVM instead of partitions, so to detect them, we have to parse the lv_tags of the LVs and match them with the underlying device also add tests for this detection Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
/dev/sdg(0);osd-block-01234;ceph.osd_id=1
|
|
/dev/sdh(0);osd-journal-01234;ceph.osd_id=1
|
|
/dev/sdi(0);osd-db-01234;ceph.osd_id=1
|
|
/dev/sdj(0);osd-data-01234;ceph.osd_id=2
|