]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: ChildImageSpec now optionally includes child pool namespace
authorJason Dillaman <dillaman@redhat.com>
Fri, 27 Jul 2018 14:44:41 +0000 (10:44 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 19 Sep 2018 12:04:12 +0000 (08:04 -0400)
commit70ae1cbc46ae43c0aaa5c82621b97fd06eb05e01
tree0776fd28e0a709cf6d399a02701513f780f232af
parentaa08323409fa92fa6e934c246eada59d933d1a89
librbd: ChildImageSpec now optionally includes child pool namespace

It will break version compatibility if used against older OSDs that
don't support RBD pool namespace support.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/rbd/cls_rbd_types.cc
src/cls/rbd/cls_rbd_types.h
src/librbd/image/CloneRequest.cc
src/librbd/image/DetachChildRequest.cc
src/test/cls_rbd/test_cls_rbd.cc
src/test/librbd/image/test_mock_CloneRequest.cc
src/test/librbd/image/test_mock_DetachChildRequest.cc