]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: new API methods to get/set mirror peer attributes
authorJason Dillaman <dillaman@redhat.com>
Wed, 14 Nov 2018 15:40:26 +0000 (21:10 +0530)
committerJason Dillaman <dillaman@redhat.com>
Fri, 16 Nov 2018 12:19:04 +0000 (17:49 +0530)
commitbc82295306e3ffaf0eb6ed94a332fadc04389587
treee2fabc2840cf7f51649e912c18c06b28e92f7c85
parent5ec88d0e91579ec9f304b985d3808d43339ea644
librbd: new API methods to get/set mirror peer attributes

The dashboard will need to manipulate the remote cluster mon_host and
key attributes. This logic should be re-used between the rbd CLI and
the dashboard.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/api/Mirror.cc
src/librbd/api/Mirror.h
src/librbd/librbd.cc
src/pybind/rbd/rbd.pyx
src/test/librados_test_stub/TestRadosClient.cc
src/test/librbd/test_librbd.cc
src/test/pybind/test_rbd.py