]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd/crypto/LoadRequest: clone format for migration source image 60109/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 3 Oct 2024 15:54:07 +0000 (17:54 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 3 Oct 2024 16:32:17 +0000 (18:32 +0200)
commit7b2085daad168d3d0e6357cd34979f91ecdc8486
treee58eb39511ce3a610bce0e122e933ebfc27ce92b
parent63529523f5778294fa9e447604f9d18c091b6b12
librbd/crypto/LoadRequest: clone format for migration source image

Migration source and migration target images naturally have the same
encryption format, but the user shouldn't have to need to specify it
for the image that they can't even immediately see -- migration source
image gets moved to the RBD trash to avoid mistaken usage while
migration is in progress.

Fixes: https://tracker.ceph.com/issues/63184
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/workunits/rbd/luks-encryption.sh
src/librbd/crypto/LoadRequest.cc