]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: new async journal open state machine
authorJason Dillaman <dillaman@redhat.com>
Tue, 18 Oct 2016 03:51:51 +0000 (23:51 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 31 Oct 2016 14:57:14 +0000 (10:57 -0400)
commit71873832914f29eeae280c8b3211956a810245ec
treec81aea3284b9ee26589de6340f901ed07c9c9d6d
parentf59f0d49551fdfc0620cc3481909189441ce8edf
librbd: new async journal open state machine

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CMakeLists.txt
src/librbd/Journal.cc
src/librbd/Journal.h
src/librbd/journal/OpenRequest.cc [new file with mode: 0644]
src/librbd/journal/OpenRequest.h [new file with mode: 0644]
src/test/librbd/CMakeLists.txt
src/test/librbd/journal/test_mock_OpenRequest.cc [new file with mode: 0644]
src/test/librbd/test_mock_Journal.cc