]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orch: clean up service_action, remove_service
authorSage Weil <sage@redhat.com>
Mon, 17 Feb 2020 13:50:50 +0000 (07:50 -0600)
committerSage Weil <sage@redhat.com>
Tue, 18 Feb 2020 21:50:01 +0000 (15:50 -0600)
commit16011f5cbf427b84d4de7675b608491d465867f4
tree54d1c1dc795d55cf4042f6bd13535af4db13e93d
parent390fd4098ffdc0e9cd0eea7f693d04fb8c7415f1
mgr/orch: clean up service_action, remove_service

Standardize on service_name argument that looks like 'mgr', 'mds.fsname',
'mds', or some other daemon name prefix.  Avoid the ambiguously-named
service_type+service_name combinations.

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py
src/pybind/mgr/test_orchestrator/module.py