]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: remove unneeded call to get_devices() 37311/head
authorMarc Gariepy <gariepy.marc@gmail.com>
Tue, 22 Sep 2020 13:01:33 +0000 (09:01 -0400)
committerMarc Gariepy <gariepy.marc@gmail.com>
Thu, 24 Sep 2020 21:13:30 +0000 (17:13 -0400)
commit5c6f66166a7afad87627032cafdc5c4f11f94eac
tree62afdef571a8573c188dc9912e0a6125a199a0b2
parent75763e67edbd93d27251f8ba8cb4f61e3a039341
ceph-volume: remove unneeded call to get_devices()

there is no need to probe the device to generate the argparse help
message.

also removing the test on the function as it's not there anymore.

Signed-off-by: Marc Gariepy <gariepy.marc@gmail.com>
Fixes: https://tracker.ceph.com/issues/47502
src/ceph-volume/ceph_volume/devices/lvm/batch.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py