]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src/tools/rbd: add group info command to output group id
authorjunxiang Mu <1948535941@qq.com>
Wed, 29 May 2024 08:15:20 +0000 (04:15 -0400)
committerjunxiang Mu <1948535941@qq.com>
Thu, 6 Jun 2024 08:39:24 +0000 (16:39 +0800)
commit68eea0eb814eb20f2889ba3446c9df1b855599ab
treec62c1cfa2a9ddb535219af85e52c0c7545e90871
parent3394d1bbd4a653a92107b32da59890d10f286646
src/tools/rbd: add group info command to output group id

Fixes: https://tracker.ceph.com/issues/66010
Signed-off-by: junxiang Mu <1948535941@qq.com>
12 files changed:
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