]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: fix zap_partitions() in devices.lvm.zap 55480/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 30 Jan 2024 14:17:35 +0000 (14:17 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 27 Mar 2024 16:24:00 +0000 (16:24 +0000)
commit17b55093c79c738dd6bd01267b99844f3fdaa4cc
tree6c8fdb3065d3b7e06326c6c8a3eaae40eb6cff71
parent6c2d5b1eeea749cacc5e165252a5f12a1c4cf4e0
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>
(cherry picked from commit 36c83bf5424308214228b1c86d8e1d215b8519c5)
src/ceph-volume/ceph_volume/devices/lvm/zap.py
src/ceph-volume/ceph_volume/util/disk.py