]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd/migration: add snapshot support to the raw format
authorJason Dillaman <dillaman@redhat.com>
Tue, 1 Dec 2020 22:47:38 +0000 (17:47 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 1 Dec 2020 22:47:38 +0000 (17:47 -0500)
commit48223589cc91f2462bf712c293022b1927c26efe
treeb069e28935f2b2198333388430f798e6574ac6fe
parentb5caf4e26f3be2fac9a92103632b0588ab093e11
librbd/migration: add snapshot support to the raw format

Snapshots can be specified via a new "snapshots" array of
objects within the raw format JSON object.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/migration/RawFormat.cc
src/librbd/migration/RawFormat.h
src/test/librbd/migration/test_mock_RawFormat.cc