]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: error closing image while set to invalid snapshot 5647/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 24 Aug 2015 14:58:52 +0000 (10:58 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 24 Aug 2015 15:02:10 +0000 (11:02 -0400)
commitcd6ac726dd3332496ee42565a714ab086f3cb2f0
treed04f70ab8e6c1ea510dae0af33791726761d4789
parent888a6337abcb5dfc9ff81c9f809253fa2ffb603d
librbd: error closing image while set to invalid snapshot

With cache disabled, closing the image will result in a flush
which might result in the image being refreshed.  If this happens
while the image is set to an invalid snapshot, an error will be
returned while closing the image.

Fixes: #12765
Backport: infernalis
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/internal.cc