]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: async methods to enable/disable mirroring
authorMykola Golub <mgolub@mirantis.com>
Wed, 31 Aug 2016 19:44:24 +0000 (22:44 +0300)
committerMykola Golub <mgolub@mirantis.com>
Wed, 28 Sep 2016 12:17:19 +0000 (15:17 +0300)
commitdcfb8aa141ee46d9340d3457826b7b0a21d63833
tree05e8a8161b8cf7591d325756192ada1857b987c2
parent953561f84140efcc870ec4a8f1ecb732b8e99409
librbd: async methods to enable/disable mirroring

Signed-off-by: Mykola Golub <mgolub@mirantis.com>
src/cls/rbd/cls_rbd_types.h
src/librbd/CMakeLists.txt
src/librbd/mirror/DisableRequest.cc [new file with mode: 0644]
src/librbd/mirror/DisableRequest.h [new file with mode: 0644]
src/librbd/mirror/EnableRequest.cc [new file with mode: 0644]
src/librbd/mirror/EnableRequest.h [new file with mode: 0644]