]> 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 <ifed@suse.com>
Fri, 9 Jul 2021 14:45:32 +0000 (17:45 +0300)
commit9851ed039fced73d248d6ad80e382d431b4889a1
treef71bdafe0a53b5b32b670f5a200d3f37390704dd
parenta7038a79e1e6da530aacb1b7d3ceb2388f45d243
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:
(trivial) doc/man/8/ceph-volume.rst
        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]