From: Varsha Rao Date: Thu, 30 Jul 2020 08:27:26 +0000 (+0530) Subject: mgr/orchestrator: Update service_action() docstring X-Git-Tag: wip-pdonnell-testing-20200918.022351~429^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d6365b6a9a9bda4375b84ad3661e43e5de9abf8;p=ceph-ci.git mgr/orchestrator: Update service_action() docstring Signed-off-by: Varsha Rao --- diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index 39e10777d99..e2b1c62a660 100644 --- a/src/pybind/mgr/orchestrator/_interface.py +++ b/src/pybind/mgr/orchestrator/_interface.py @@ -956,8 +956,8 @@ class Orchestrator(object): providing the logical service). :param action: one of "start", "stop", "restart", "redeploy", "reconfig" - :param service_type: e.g. "mds", "rgw", ... - :param service_name: name of logical service ("cephfs", "us-east", ...) + :param service_name: service_type + '.' + service_id + (e.g. "mon", "mgr", "mds.mycephfs", "rgw.realm.zone", ...) :rtype: Completion """ #assert action in ["start", "stop", "reload, "restart", "redeploy"]