]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: don't keep device lists as sets 29683/head
authorJan Fajerski <jfajerski@suse.com>
Thu, 15 Aug 2019 10:20:00 +0000 (12:20 +0200)
committerJan Fajerski <jfajerski@suse.com>
Thu, 15 Aug 2019 13:31:03 +0000 (15:31 +0200)
commit0534cf188a671096d5ddb9d48cdae3dccc6c0b18
treea87bf4bad9ab10232a32ab06c45e1788c2a4266d
parent362bfac4dca51b3d68601af1017a319d84764d6a
ceph-volume: don't keep device lists as sets

This was introduced by #27754. The explicit device lists were cast to
sets but other parts of the code where not updated accordingly. To avoid
touching all code places, only cast to sets for disjoint test and keep
lists otherwise.

Fixes: https://tracker.ceph.com/issues/41292
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
src/ceph-volume/ceph_volume/devices/lvm/batch.py
src/ceph-volume/ceph_volume/tests/devices/lvm/strategies/test_filestore.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py