]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm:updates to support orch status changes
authorPaul Cuzner <pcuzner@redhat.com>
Wed, 3 Feb 2021 01:45:15 +0000 (14:45 +1300)
committerPaul Cuzner <pcuzner@redhat.com>
Wed, 3 Feb 2021 01:45:15 +0000 (14:45 +1300)
commit81caa2643ec4a36d6d6185a4fb215eaf4b532aef
treef1d1b41bc62e26c5600dadd696d52c66cb4c7115
parent7bed9ccf09ee2bf0d799b30525bf064332b1e945
mgr/cephadm:updates to support orch status changes

The available function definition has been updated in
cephadm/rook and Orchestrator base class to provide a
module specific dictionary holding any specific info that
would be pertinent to share with the user. This in turn
changed the _status method for cephadm, but the UX
remains the same (i.e. admin must use --detail to see
the worker pool size).

Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py
src/pybind/mgr/rook/module.py