]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: bubble journal error up via existing AioObjectRequests
authorJason Dillaman <dillaman@redhat.com>
Mon, 9 May 2016 21:59:09 +0000 (17:59 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 7 Jun 2016 11:30:48 +0000 (07:30 -0400)
commit79c934742fb15c803780519b36070408599a74c5
tree77a1a8742a353274cdd24f90f183144ad9558f30
parent8d7b8e1f93c3f53606e1bcaac8622d46829252f7
librbd: bubble journal error up via existing AioObjectRequests

The journal cannot directly fail the AioCompletion because it
might have one-or-more outstanding requests associated with
it.

Fixes: http://tracker.ceph.com/issues/15791
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/Journal.cc