]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: adds a unit test for `lvm list /dev/sda` 23349/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:58:50 +0000 (08:58 -0500)
commit62a2fd0ca28ac2e294e0588780745be0f0c66bd7
tree5247f340309957f13e9250ddb8b6d05a54740f13
parent690cc0eb72664a55962bfdc4f34cbb3d52886841
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>
(cherry picked from commit ef10886f1e061d4273d3c0763ab0827e7e58e9d7)
src/ceph-volume/ceph_volume/tests/devices/lvm/test_listing.py