]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/rbd/action/MirrorPool: remove dead branch
authorRamana Raja <rraja@redhat.com>
Mon, 5 May 2025 18:29:08 +0000 (14:29 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 23 Jun 2025 07:35:51 +0000 (09:35 +0200)
commit283ba2e6c88470f52bee765ea96c40ac66f26f36
tree7af93c98858644e9f19f8c1c97d30a272724cd36
parente01243e99c03d93e9e1597bce8d11d806a4cdfab
tools/rbd/action/MirrorPool: remove dead branch

mirror_image_get_info() API doesn't fail with ENOENT when mirroring is
disabled since commit c9c8852. So, no need to handle ENOENT error from
mirror_image_get_info() API.

Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit 268966a364468c12b675c8bfae762931a3ea102d)
src/tools/rbd/action/MirrorPool.cc