]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: add per-module CLICommand instances to remaining modules 66467/head
authorSamuel Just <sjust@redhat.com>
Wed, 26 Nov 2025 22:51:54 +0000 (22:51 +0000)
committerSamuel Just <sjust@redhat.com>
Wed, 17 Dec 2025 17:41:16 +0000 (17:41 +0000)
commit4aa9e246f05663ec334f67d8e7f1ce817c1cbf2d
treedc3182e3424d91f15e8b2f13cea13fa0104286b6
parent9fe5a643f433127e0e59b6ba04685aa60de5588b
pybind/mgr: add per-module CLICommand instances to remaining modules

Signed-off-by: Samuel Just <sjust@redhat.com>
65 files changed:
src/pybind/mgr/alerts/cli.py [new file with mode: 0644]
src/pybind/mgr/alerts/module.py
src/pybind/mgr/balancer/cli.py [new file with mode: 0644]
src/pybind/mgr/balancer/module.py
src/pybind/mgr/cephadm/cli.py
src/pybind/mgr/cli_api/cli.py [new file with mode: 0644]
src/pybind/mgr/cli_api/module.py
src/pybind/mgr/crash/cli.py [new file with mode: 0644]
src/pybind/mgr/crash/module.py
src/pybind/mgr/devicehealth/cli.py [new file with mode: 0644]
src/pybind/mgr/devicehealth/module.py
src/pybind/mgr/diskprediction_local/cli.py [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/module.py
src/pybind/mgr/feedback/cli.py [new file with mode: 0644]
src/pybind/mgr/feedback/module.py
src/pybind/mgr/hello/cli.py [new file with mode: 0644]
src/pybind/mgr/hello/module.py
src/pybind/mgr/influx/cli.py [new file with mode: 0644]
src/pybind/mgr/influx/module.py
src/pybind/mgr/insights/cli.py [new file with mode: 0644]
src/pybind/mgr/insights/module.py
src/pybind/mgr/iostat/cli.py [new file with mode: 0644]
src/pybind/mgr/iostat/module.py
src/pybind/mgr/k8sevents/cli.py [new file with mode: 0644]
src/pybind/mgr/k8sevents/module.py
src/pybind/mgr/localpool/cli.py [new file with mode: 0644]
src/pybind/mgr/localpool/module.py
src/pybind/mgr/mds_autoscaler/cli.py [new file with mode: 0644]
src/pybind/mgr/mds_autoscaler/module.py
src/pybind/mgr/mirroring/cli.py [new file with mode: 0644]
src/pybind/mgr/mirroring/module.py
src/pybind/mgr/nfs/cli.py [new file with mode: 0644]
src/pybind/mgr/nfs/module.py
src/pybind/mgr/osd_perf_query/cli.py [new file with mode: 0644]
src/pybind/mgr/osd_perf_query/module.py
src/pybind/mgr/osd_support/cli.py [new file with mode: 0644]
src/pybind/mgr/osd_support/module.py
src/pybind/mgr/pg_autoscaler/cli.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/module.py
src/pybind/mgr/progress/cli.py [new file with mode: 0644]
src/pybind/mgr/progress/module.py
src/pybind/mgr/prometheus/cli.py [new file with mode: 0644]
src/pybind/mgr/prometheus/module.py
src/pybind/mgr/rbd_support/cli.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/module.py
src/pybind/mgr/rgw/cli.py [new file with mode: 0644]
src/pybind/mgr/rgw/module.py
src/pybind/mgr/rook/cli.py [new file with mode: 0644]
src/pybind/mgr/rook/module.py
src/pybind/mgr/selftest/cli.py [new file with mode: 0644]
src/pybind/mgr/selftest/module.py
src/pybind/mgr/snap_schedule/cli.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/module.py
src/pybind/mgr/stats/cli.py [new file with mode: 0644]
src/pybind/mgr/stats/module.py
src/pybind/mgr/status/cli.py [new file with mode: 0644]
src/pybind/mgr/status/module.py
src/pybind/mgr/telegraf/cli.py [new file with mode: 0644]
src/pybind/mgr/telegraf/module.py
src/pybind/mgr/telemetry/cli.py [new file with mode: 0644]
src/pybind/mgr/telemetry/module.py
src/pybind/mgr/test_orchestrator/cli.py [new file with mode: 0644]
src/pybind/mgr/test_orchestrator/module.py
src/pybind/mgr/volumes/cli.py [new file with mode: 0644]
src/pybind/mgr/volumes/module.py