]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: adds a unit test for `lvm list /dev/sda` 23348/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 30 Jul 2018 18:52:37 +0000 (13:52 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 31 Jul 2018 13:50:28 +0000 (08:50 -0500)
commitef10886f1e061d4273d3c0763ab0827e7e58e9d7
tree2111836271d7d30e30a33d9d574a06c5b4d43a32
parent37ed1be08b226a5b3a7a5bb70c4d5d1fd22db5d1
ceph-volume: adds a unit test for `lvm list /dev/sda`

This test is to prove that the issue from
http://tracker.ceph.com/issues/24957 was fixed
by http://tracker.ceph.com/issues/24784

When running lvm list against a raw device it should handle
gracefully the situation where there are multiple PVs with the
name of the given device.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/tests/devices/lvm/test_listing.py