]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-volume: fix zap_partitions() in devices.lvm.zap
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 30 Jan 2024 14:17:35 +0000 (14:17 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 31 Jan 2024 11:59:19 +0000 (11:59 +0000)
commit36c83bf5424308214228b1c86d8e1d215b8519c5
tree5ae46644d98a28ecf1e8af1a01cf137d5883ae16
parent46f6940c207e085bfb84b69ba4c7d15c29900362
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