]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: switch migration native format to use source-spec JSON object
authorJason Dillaman <dillaman@redhat.com>
Tue, 20 Oct 2020 21:46:02 +0000 (17:46 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sun, 1 Nov 2020 14:22:38 +0000 (09:22 -0500)
commitc7bbb676a86b18c6946236c7a8530297906d5632
tree926444983dc1eab86883c1fec979625c721dc945
parentc87fe97761909dcffb876f3e98c850399b564e38
librbd: switch migration native format to use source-spec JSON object

Remove the dependency on the MigrationInfo struct and allow the native
format to directly pull parameters from the JSON-encoded object
structure.

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