]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: fix is_ceph_disk_member() 47167/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 26 Jul 2022 14:24:31 +0000 (16:24 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 27 Jul 2022 07:59:16 +0000 (09:59 +0200)
commit24899a1f8d77bc3c10ef158bb463349d615f7c57
treea5ff59d06382baf27e2fdf46fc601828f48fb6e8
parent0ee8351e4d564724aa68a2b8d03bc53e281e7fc9
ceph-volume: fix is_ceph_disk_member()

`dev['NAME']` can't match `part` given that it's the name of the
parent device being compared to the partition name.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
src/ceph-volume/ceph_volume/util/device.py