]> 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)
committerRamana Raja <rraja@redhat.com>
Wed, 4 Jun 2025 16:03:22 +0000 (12:03 -0400)
commit268966a364468c12b675c8bfae762931a3ea102d
treeb3c11ade1a86370c0b5105f50ef679b4243a2863
parentc71d7eeb698e81bb2bc5d6fccb88a966d118f71c
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>
src/tools/rbd/action/MirrorPool.cc