]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: allow zapping partitions on multipath devices 62173/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 7 Mar 2025 16:23:02 +0000 (17:23 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Fri, 7 Mar 2025 16:44:04 +0000 (17:44 +0100)
commit16daa6a687c0536324b06536af12ce4e8fc04087
treefc343637eae403e746d1a649dcd9f112d54354ab
parent6efaea337196904f5b9af451a0a11cad5e5f4e78
ceph-volume: allow zapping partitions on multipath devices

ceph-volume refuses to zap a device if it is a partition on a multipath
device due to an overly strict condition. This change ensures that only
full mapper devices (excluding partitions) are blocked from being zapped,
allowing partitions on multipath devices to be processed correctly.

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