]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: implement lvm wrapper
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 14 Oct 2021 07:41:42 +0000 (09:41 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 4 Nov 2021 04:05:02 +0000 (05:05 +0100)
commit4d33630deeaee51578868fb29337da802e9cb231
tree8fc48b609972b0aeebd9ba9cdc9872f4b7a0dd63
parent9ab122843fe58387e6c663d4754e6221795270ea
ceph-volume: implement lvm wrapper

ceph-volume should run pv/vg/lv commands in the host namespace rather than
running them inside the container in order to avoid lvm metadata corruption.

Fixes: https://tracker.ceph.com/issues/52926
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
src/ceph-volume/ceph_volume/api/lvm.py
src/ceph-volume/ceph_volume/process.py
src/ceph-volume/ceph_volume/tests/api/test_lvm.py