]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/orchestrator: Fix various issues in Orchestrator CLI documentation 31353/head
authorVolker Theile <vtheile@suse.com>
Mon, 4 Nov 2019 12:00:12 +0000 (13:00 +0100)
committerVolker Theile <vtheile@suse.com>
Mon, 4 Nov 2019 12:00:12 +0000 (13:00 +0100)
Signed-off-by: Volker Theile <vtheile@suse.com>
doc/mgr/orchestrator_cli.rst

index 0cdba8fe412ef0894e1700cc801b5a279147ee92..1f54072baca58d042d2fbc86da74611dbb787f44 100644 (file)
@@ -6,7 +6,7 @@ Orchestrator CLI
 ================
 
 This module provides a command line interface (CLI) to orchestrator
-modules (ceph-mgr modules which interface with external orchestation services)
+modules (ceph-mgr modules which interface with external orchestration services).
 
 As the orchestrator CLI unifies different external orchestrators, a common nomenclature
 for the orchestrator module is needed.
@@ -68,7 +68,7 @@ Disable the Orchestrator
 
 To disable the orchestrator again, use the empty string ``""``::
 
-    ceph orchestrator set backend ""``
+    ceph orchestrator set backend ""
     ceph mgr module disable rook
 
 Usage