]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd/mirror: cleanup EnableRequest::handle_get_mirror_image() 64685/head
authorRamana Raja <rraja@redhat.com>
Wed, 16 Jul 2025 17:43:18 +0000 (13:43 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 25 Jul 2025 05:28:52 +0000 (07:28 +0200)
commitc51a296f6f1d4a98cec6ab94159bc851e566b491
treea7d0d15632343485174ef991e088f9a47fcbfafb
parent43726f6eb1ebbdc02f118f12fdbbf460cd6a48fb
librbd/mirror: cleanup EnableRequest::handle_get_mirror_image()

In the EnableRequest state machine, clean up the handling of the async
request to fetch the mirror image, particularly when a non-primary image
is being created by the rbd-mirror daemon.

Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit 415bf4dd777e60314c3073316745ea7adfa892a4)
src/librbd/mirror/EnableRequest.cc