]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: fix zap_partitions() in devices.lvm.zap 55658/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 30 Jan 2024 14:17:35 +0000 (14:17 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 19 Feb 2024 21:12:41 +0000 (22:12 +0100)
commit19854089e18d4f65dda2b6cd74e737367c2514bd
tree6ec41dd48fe3e9405b765a3af542c24f3984d53d
parent81bd20d634209c7cb82c18be12b4b5a05643ebf1
ceph-volume: fix zap_partitions() in devices.lvm.zap

The current logic is unable to find the holders for the
partition being zapped.

This commit fixes this issue.

Fixes: https://tracker.ceph.com/issues/64248
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-volume/ceph_volume/devices/lvm/zap.py
src/ceph-volume/ceph_volume/util/disk.py