]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: moved parent image cache to its own plugin
authorJason Dillaman <dillaman@redhat.com>
Wed, 20 May 2020 20:09:53 +0000 (16:09 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 21 May 2020 18:50:33 +0000 (14:50 -0400)
commit9ec1e4ec50a8ebd94a4d7f7df4eb01d63edbac2f
tree070f6fca7ef529f2ee0966ee0e3d6e746eb9e80e
parent8d1c2e8d81a290a3b98b1c3b9d94f9bdabde981f
librbd: moved parent image cache to its own plugin

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
PendingReleaseNotes
doc/rbd/rbd-persistent-cache.rst
src/librbd/CMakeLists.txt
src/librbd/image/OpenRequest.cc
src/librbd/image/OpenRequest.h
src/librbd/plugin/ParentCache.cc [new file with mode: 0644]
src/librbd/plugin/ParentCache.h [new file with mode: 0644]
src/test/librbd/CMakeLists.txt