]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: AIO requests should retry lock requests
authorJason Dillaman <dillaman@redhat.com>
Tue, 13 Jan 2015 04:14:11 +0000 (23:14 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 13 Jan 2015 04:14:11 +0000 (23:14 -0500)
commit2dd0f038d69171875c0b34c4ce9518873ee7166f
tree44f31410d7e20a9eabd9797901eb655c252c36cd
parent6176ec5fde2a68296849fd91f1f7fd50730087a7
librbd: AIO requests should retry lock requests

Added a timer to support retrying AIO lock requests until
they are successful.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ImageWatcher.cc
src/librbd/ImageWatcher.h
src/test/librbd/test_ImageWatcher.cc