]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: support type=lvm in get_devices()
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 8 Aug 2023 12:08:14 +0000 (12:08 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Tue, 5 Sep 2023 13:23:25 +0000 (15:23 +0200)
commitb39a1b8df97e2c7ee7beeef837fc68da65b1efaa
treebf66cb5c68ddca676d0710124add6a79d8afe744
parent52c4993551b25384d2acae7b604144a2f6608d55
ceph-volume: support type=lvm in get_devices()

LV devices are valid devices, they shouldn't be filtered in
`disk.get_devices()`

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 5470a86f9259843130d379515b96f5ced7969f27)
src/ceph-volume/ceph_volume/util/device.py
src/ceph-volume/ceph_volume/util/disk.py