]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: abort image open if specified plugin failed to load
authorJason Dillaman <dillaman@redhat.com>
Tue, 25 Aug 2020 19:37:40 +0000 (15:37 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 25 Aug 2020 20:12:55 +0000 (16:12 -0400)
commit3e16fc42172e202b487426451dbd91472d71c1c2
tree8557ad471de1b3703ce5c4f4d4c4078cea8c0035
parentcdf5f293841a07f72922056165ec552902ca256f
librbd: abort image open if specified plugin failed to load

This will avoid silently failing to load a specified plugin.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/PluginRegistry.cc
src/librbd/image/OpenRequest.cc