]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls/rbd: renamed image group add/remove/get operations
authorJason Dillaman <dillaman@redhat.com>
Tue, 16 Jan 2018 18:20:31 +0000 (13:20 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 26 Jan 2018 15:32:40 +0000 (10:32 -0500)
commit94dc5aeb24c16a5c8beb11fd7fa752093d9d43ad
tree05db20af285f9d31f51fef3edeb8f1b592ac0fe0
parentc0801af32d2771b9a8ae9100fb4ca1f6da1af50a
cls/rbd: renamed image group add/remove/get operations

The methods are used by the luminous release of librbd but are essentially
no-ops since group support was removed from the API. However, we need to
prevent odd interactions once a new client creates a group and uses an
older client to manipulate the image.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/rbd/cls_rbd.cc
src/cls/rbd/cls_rbd_client.cc
src/cls/rbd/cls_rbd_client.h
src/librbd/api/Group.cc
src/librbd/image/RefreshRequest.cc
src/librbd/image/RemoveRequest.cc
src/test/cls_rbd/test_cls_rbd.cc
src/test/librbd/image/test_mock_RefreshRequest.cc
src/test/librbd/image/test_mock_RemoveRequest.cc