]> git-server-git.apps.pok.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)
committerZack Cerza <zack@redhat.com>
Tue, 12 Jul 2022 19:06:46 +0000 (13:06 -0600)
commitc7f017b21ade3762ba5b7b9688bed72c6b60dc0e
tree80cc2a10346b8f41a41f7586723bb700e8ad1474
parent1647216bf4ebac6bcf5ad7739e02b38569736cfd
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>
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