]> 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>
Wed, 28 Apr 2021 23:09:51 +0000 (02:09 +0300)
commit58efeb915198d4fbb40b6fa080312d8bee3141bf
treef01fd4bad06cd488667d7a9266babf998e5e8b5c
parent94a91f54fe30a4dd113fbc1b02bc3f3d52c82a92
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>
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]