]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/orchestrator: Disable the orchestrator
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 15 Jul 2019 08:52:12 +0000 (10:52 +0200)
committerPrashant D <pdhange@redhat.com>
Thu, 8 Aug 2019 09:22:12 +0000 (05:22 -0400)
Also remove old `service status`

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 5d1ed8867a385b6b91ed5dc6d8abb0d98cb4cebb)

doc/mgr/orchestrator_cli.rst

index da87aa710760c8db441273090e51db97c328b4d2..7fa1434078d2eaf2a6fb2326dc13ecb019634fa4 100644 (file)
@@ -49,7 +49,8 @@ The relation between the names is the following:
 Configuration
 =============
 
-You can select the orchestrator module to use with the ``set backend`` command::
+To enable the orchestrator, please select the orchestrator module to use
+with the ``set backend`` command::
 
     ceph orchestrator set backend <module>
 
@@ -62,6 +63,14 @@ You can then check backend is properly configured::
 
     ceph orchestrator status
 
+Disable the Orchestrator
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+To disable the orchestrator again, use the empty string ``""``::
+
+    ceph orchestrator set backend ""``
+    ceph mgr module disalbe rook
+
 Usage
 =====
 
@@ -193,11 +202,11 @@ services of a particular type via optional --type parameter
 
 ::
 
-    ceph orchestrator service ls [--host host] [--svc_type type] [--refresh|--no-cache]
+    ceph orchestrator service ls [--host host] [--svc_type type] [--refresh]
 
 Discover the status of a particular service::
 
-    ceph orchestrator service status <type> <name> [--refresh]
+    ceph orchestrator service ls --svc_type type --svc_id <name> [--refresh]
 
 
 Query the status of a particular service instance (mon, osd, mds, rgw).  For OSDs
@@ -256,7 +265,6 @@ This is an overview of the current implementation status of the orchestrators.
  device {ident,fault}-(on,off}       ⚪         ⚪       ⚪         ⚪
  device ls                           ✔️         ✔️       ✔️         ✔️
  service ls                          ⚪         ✔️       ✔️         ⚪
- service status                      ⚪         ✔️       ✔️         ⚪
  service-instance status             ⚪         ⚪       ⚪         ⚪
  iscsi {stop,start,reload}           ⚪         ⚪       ⚪         ⚪
  iscsi add                           ⚪         ⚪       ⚪         ⚪