]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: new async journal promote state machine
authorJason Dillaman <dillaman@redhat.com>
Tue, 18 Oct 2016 13:18:43 +0000 (09:18 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 31 Oct 2016 14:57:14 +0000 (10:57 -0400)
commit3bc9f51c588b10248f2ef0f0588bca8bc371007b
tree6cc28771adf9bdb7792ac998cbc12162256f769c
parent71873832914f29eeae280c8b3211956a810245ec
librbd: new async journal promote state machine

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