]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: implement bluefs volume migration.
authorIgor Fedotov <ifedotov@suse.com>
Fri, 19 Feb 2021 11:31:52 +0000 (14:31 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Thu, 3 Jun 2021 11:10:34 +0000 (14:10 +0300)
commitd2c1e922d3bfbe0471dd806aa7a70d272e475dcc
tree1b03cb92e5ac2908a387f46b241909736da702e6
parent6a37fad6d7a102148e181b09d198e9843a7286cf
ceph-volume: implement bluefs volume migration.

This is a wrapper over ceph-bluestore-tool's bluefs-bdev-migrate command.
Primarily intended to introduce LVM tags manipulation which
ceph-bluestore-tool is lacking.

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 58efeb915198d4fbb40b6fa080312d8bee3141bf)

 Conflicts:
doc/man/8/ceph-volume.rst - a bit different formatting is in use
src/ceph-volume/ceph_volume/api/lvm.py - get_single_lv is the
new name for get_first_lv
doc/man/8/ceph-volume.rst
src/ceph-volume/ceph_volume/api/lvm.py
src/ceph-volume/ceph_volume/devices/lvm/main.py
src/ceph-volume/ceph_volume/devices/lvm/migrate.py [new file with mode: 0644]