doc/orchestrator: Fix various issues in Orchestrator CLI documentation

Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
Volker Theile 2019-11-04 13:00:12 +01:00
parent f41de0bec1
commit c3c2f600fe

View 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