]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/orchestrator,cephadm: replace CLICommandMeta
authorSamuel Just <sjust@redhat.com>
Mon, 24 Nov 2025 17:31:47 +0000 (09:31 -0800)
committerSamuel Just <sjust@redhat.com>
Wed, 17 Dec 2025 17:41:16 +0000 (17:41 +0000)
commit776abe4f87cdad368cccc4c3994ec8e4b5cdaf13
treeacc2cbbfd0da828cba9813cc4c8466765a92e1ca
parent9099c682c2596612df7ab698e5ac3cfa578eb6d3
pybind/orchestrator,cephadm: replace CLICommandMeta

orchestrator and cephadm relied on CLICommandMeta to bypass the global
behavior of CLICommand.  That is no longer a problem, so replace
CLICommandMeta with OrchestratorCLICommandBase to preserve the magic
error wrapping.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/pybind/mgr/cephadm/cli.py [new file with mode: 0644]
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/orchestrator/__init__.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/cli.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/module.py