]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: separate pool validation into a standalone state machine
authorJason Dillaman <dillaman@redhat.com>
Wed, 27 Feb 2019 18:50:29 +0000 (13:50 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 1 Mar 2019 13:27:26 +0000 (08:27 -0500)
commitb3ee83b9ce9698a933c784dbb4a9e19a81847a50
treeadb42ab713166c62d7cc06c9850f4de1784c13ae
parent34f04be35bb9abcb5860b4c975b105adacc7a3aa
librbd: separate pool validation into a standalone state machine

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CMakeLists.txt
src/librbd/image/ValidatePoolRequest.cc [new file with mode: 0644]
src/librbd/image/ValidatePoolRequest.h [new file with mode: 0644]
src/test/librados_test_stub/MockTestMemIoCtxImpl.h
src/test/librbd/CMakeLists.txt
src/test/librbd/image/test_mock_ValidatePoolRequest.cc [new file with mode: 0644]