]> 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)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 15 Jul 2019 12:24:25 +0000 (14:24 +0200)
Also remove old `service status`

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/mgr/orchestrator_cli.rst

index 54c96a46e6ef289f7144a2f78e25af7ac0d2f491..1ad340c731fb2c807d807b5ff594256339dc8d36 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
 =====
 
@@ -223,11 +232,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
@@ -280,13 +289,12 @@ This is an overview of the current implementation status of the orchestrators.
  host rm                             ✔️         ⚪       ⚪         ✔️
  mgr update                          ⚪         ⚪       ⚪         ✔️
  mon update                          ⚪         ✔️       ⚪         ✔️
- osd create                          ✔️          ✔️       ⚪         ✔️
+ osd create                          ✔️         ✔️       ⚪         ✔️
  osd device {ident,fault}-{on,off}   ⚪         ⚪       ⚪         ⚪
  osd rm                              ✔️         ⚪       ⚪         ⚪
  device {ident,fault}-(on,off}       ⚪         ⚪       ⚪         ⚪
  device ls                           ✔️         ✔️       ✔️         ✔️
  service ls                          ⚪         ✔️       ✔️         ⚪
- service status                      ⚪         ✔️       ✔️         ⚪
  service-instance status             ⚪         ⚪       ⚪         ⚪
  iscsi {stop,start,reload}           ⚪         ⚪       ⚪         ⚪
  iscsi add                           ⚪         ⚪       ⚪         ⚪