]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: refresh image IO dispatch layer
authorJason Dillaman <dillaman@redhat.com>
Wed, 29 Apr 2020 22:10:47 +0000 (18:10 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 May 2020 15:56:45 +0000 (11:56 -0400)
commitf5cef52512b28b82e6af5f268bebb2b7151db073
tree1f372952558bff313ca411eeb77986682ed6ac47
parentd7a72b5f703c04e826869d5ca59df6e2cadb8e1b
librbd: refresh image IO dispatch layer

This layer will handle refreshing the image if required upon incoming
IO requests.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CMakeLists.txt
src/librbd/io/ImageDispatcher.cc
src/librbd/io/RefreshImageDispatch.cc [new file with mode: 0644]
src/librbd/io/RefreshImageDispatch.h [new file with mode: 0644]