]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: refresh image asynchronously from watch/notify path
authorJason Dillaman <dillaman@redhat.com>
Mon, 14 Dec 2015 14:50:26 +0000 (09:50 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 15 Dec 2015 01:31:31 +0000 (20:31 -0500)
commitdb2d495cce7cb07fa8570810d60faa2b8741d6b6
tree79d1366eb2d35d694da367747c2f0fb482fda474
parent16547c9b17b43c6f81c76b0876e0d1681f9ed1d9
librbd: refresh image asynchronously from watch/notify path

The AIO path already ensures asynchronous image refreshes, but the
watch/notify path for maintenance ops was still using the sync refresh
path.

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