]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: new helper API method to retrieving the migration source spec
authorJason Dillaman <dillaman@redhat.com>
Fri, 16 Oct 2020 01:07:07 +0000 (21:07 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sat, 24 Oct 2020 17:51:07 +0000 (13:51 -0400)
commitd9005b053c2fe7423ad075250221b51eef4cc65a
treea3432fd1f574f8a4b9065dd1fd3528fb5563f954
parent9331600edd571b19986a8a3d0ba99f8a0b9dca24
librbd: new helper API method to retrieving the migration source spec

When using advanced, non-legacy migration sources like a remote Ceph
cluster or a flat file, this API will return the JSON-encoded description
of the migration source.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/api/Migration.cc
src/librbd/api/Migration.h
src/librbd/librbd.cc
src/pybind/rbd/rbd.pyx
src/test/librbd/test_librbd.cc
src/test/pybind/test_rbd.py