]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd: add group snap info command 57797/head
authorRamana Raja <rraja@redhat.com>
Tue, 18 Jun 2024 21:32:24 +0000 (17:32 -0400)
committerRamana Raja <rraja@redhat.com>
Mon, 22 Jul 2024 16:40:11 +0000 (12:40 -0400)
commite5ccce14c4b0094659d9ed6ec7483f5f560c92e8
treee88f1a6ca9bc1b64fbdf9b6c76fae49935c14254
parent103cd8e78bcfe7f69647013187c053c9ccb76685
rbd: add group snap info command

... to show information about a group snapshot.

And also include group snap ID in `group snap ls` output.

Fixes: https://tracker.ceph.com/issues/66011
Signed-off-by: Ramana Raja <rraja@redhat.com>
15 files changed:
PendingReleaseNotes
doc/man/8/rbd.rst
qa/workunits/rbd/rbd_groups.sh
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/api/Group.cc
src/librbd/api/Group.h
src/librbd/librbd.cc
src/pybind/rbd/c_rbd.pxd
src/pybind/rbd/mock_rbd.pxi
src/pybind/rbd/rbd.pyx
src/test/cli/rbd/help.t
src/test/librbd/test_Groups.cc
src/test/pybind/test_rbd.py
src/tools/rbd/action/Group.cc