]> 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, 7 Feb 2024 14:17:01 +0000 (14:17 +0000)
commit9e2bc120bb1634e1ccc722a60b86bc41307a2819
treeb62054ed3a99c1b764ed2875f50629f9dc1aa162
parent308f19ea703b2ecb7fc19d5af4edca54d277028f
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