]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd/migration: basic QCOW2 format handler
authorJason Dillaman <dillaman@redhat.com>
Tue, 12 Jan 2021 20:35:49 +0000 (15:35 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 Jan 2021 14:35:35 +0000 (09:35 -0500)
commitbd8db295eaa973a17e90acf76dbd0ca48cc43bd2
tree40b14f9ac2094b9e6b2bfa0f77e831dabd9886ad
parent83aa1a9e73458f298f8dea2ad0eb7f1c0cd850be
librbd/migration: basic QCOW2 format handler

The initial implementation does not support backing files, compression,
snapshots, (deprecated) encryption, external data files, nor L2 subcluster
allocation. The former three features will be added in a future commit.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
doc/rbd/rbd-live-migration.rst
qa/workunits/rbd/cli_migration.sh
src/librbd/migration/QCOWFormat.cc