]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/mgr_module: add CLICommand, CLIReadCommand, CLIWriteCommand aliases for CLIComman...
authorDavid Galloway <david.galloway@ibm.com>
Thu, 26 Mar 2026 21:42:28 +0000 (17:42 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 27 Mar 2026 12:56:42 +0000 (08:56 -0400)
commit05966e6f0b44b74b2e55d26b16b4ce3f8fd67331
treea6bdcf801394eb9aa2cefea20e90795cbc360c89
parent6c1d778586e133cca91e18bc6aed08969bee5baa
mgr/mgr_module: add CLICommand, CLIReadCommand, CLIWriteCommand aliases for CLICommandBase

The mgr daemon binary and built-in modules import CLICommand,
CLIReadCommand, and CLIWriteCommand by name. Adding aliases so existing
code continues to work while the new CLICommandBase name is introduced.

Signed-off-by: David Galloway <david.galloway@ibm.com>
src/pybind/mgr/mgr_module.py