]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: support no_systemd with lvm migrate 43048/head
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 3 Sep 2021 16:47:25 +0000 (12:47 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Fri, 3 Sep 2021 16:53:03 +0000 (12:53 -0400)
commit96d84acf5aedc9cf462230fd5fb685f0562a1371
tree7c6ff9b827d3bb2e3ed3666af85b495c43054855
parent5164919d14c88623cc0116c6f7d7ba267cec346f
ceph-volume: support no_systemd with lvm migrate

The `ceph-volume lvm migrate/new-db/new-wal` commands don't support
running on non systemd systems or within containers.
Like other ceph-volume commands (lvm activate/batch/zap or raw activate)
we also need to be able to use the --no-systemd flag.

Fixes: https://tracker.ceph.com/issues/51854
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
doc/man/8/ceph-volume.rst
src/ceph-volume/ceph_volume/devices/lvm/migrate.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_migrate.py