]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: Optionally consume loop devices
authorZack Cerza <zack@cerza.org>
Tue, 17 May 2022 17:29:02 +0000 (11:29 -0600)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 2 Aug 2022 09:18:24 +0000 (11:18 +0200)
commit5705e10e809cdc9f70018263c54a63ac4a02809c
tree242827f805affd4a812fa04ed964a21ee8ad0fc1
parent2ec52fe945178ffd78ebd25997db478e1f714acb
ceph-volume: Optionally consume loop devices

A similar proposal was rejected in #24765; I understand the logic
behind the rejection, but this will allow us to run Ceph clusters on
machines that lack disk resources for testing purposes. We just need to
make it impossible to accidentally enable, and make it clear it is
unsupported.

Signed-off-by: Zack Cerza <zack@redhat.com>
(cherry picked from commit c7f017b21ade3762ba5b7b9688bed72c6b60dc0e)
src/ceph-volume/ceph_volume/tests/util/test_device.py
src/ceph-volume/ceph_volume/util/device.py
src/ceph-volume/ceph_volume/util/disk.py