]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: Update service_action() docstring 36373/head
authorVarsha Rao <varao@redhat.com>
Thu, 30 Jul 2020 08:27:26 +0000 (13:57 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 7 Aug 2020 05:57:28 +0000 (11:27 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
src/pybind/mgr/orchestrator/_interface.py

index 39e10777d99f22cb52e70eb36eb7f7967227e444..e2b1c62a6602f3be6888db3f2a656b323ec3073d 100644 (file)
@@ -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"]