]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: fix mpath device support 53539/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 6 Sep 2023 09:30:41 +0000 (09:30 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 20 Sep 2023 07:39:31 +0000 (09:39 +0200)
commit1e7223281fa044c9653633e305c0b344e4c9b3a4
treec274708e209d118550d4822231f5b970d1577ee0
parent995c8b4591e3242843659ea9062132ed2ea5db45
ceph-volume: fix mpath device support

commit [1] broke mpath devices support in `disk.is_device()`

[1] https://github.com/ceph/ceph/commit/4fc6bc394dffaf3ad375ff29cbb0a3eb9e4dbefc

Fixes: https://tracker.ceph.com/issues/62722
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 28a12f8ef703a7349d9f2de40251c22e018fc475)
src/ceph-volume/ceph_volume/tests/util/test_disk.py
src/ceph-volume/ceph_volume/util/disk.py