]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: rbd group info now displays mirroring info
authorN Balachandran <nithya.balachandran@ibm.com>
Thu, 6 Feb 2025 14:33:02 +0000 (20:03 +0530)
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Wed, 30 Jul 2025 17:06:02 +0000 (22:36 +0530)
commite9c2fc9d4e5a39a9f2ddf5e49c019244deef85f1
treecfae29ad2be59e0af0df49133e77b3a26cedcc90
parent3a83ae57a73b141b728e49697df07a649094705e
rbd: rbd group info now displays mirroring info

The "rbd group info" will now display the mirroring mode, global-id
and whether primary for mirror enabled groups.

Signed-off-by: N Balachandran <nithya.balachandran@ibm.com>
src/librbd/CMakeLists.txt
src/librbd/api/Mirror.cc
src/librbd/mirror/GroupGetInfoRequest.cc [new file with mode: 0644]
src/librbd/mirror/GroupGetInfoRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/GroupGetInfoRequest.cc [deleted file]
src/librbd/mirror/snapshot/GroupGetInfoRequest.h [deleted file]
src/tools/rbd/Utils.cc
src/tools/rbd/Utils.h
src/tools/rbd/action/Group.cc