Diskmanage: detect osds/journals/etc. created with ceph-volume
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>
This commit is contained in:
committed by
Thomas Lamprecht
parent
cd814c0453
commit
19dcd1adcb
4
test/disk_tests/usages/lvs
Normal file
4
test/disk_tests/usages/lvs
Normal file
@ -0,0 +1,4 @@
|
||||
/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
|
||||
Reference in New Issue
Block a user