]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: Fix msgr2 TCP port in a couple of examples 38089/head
authorAnthony D'Atri <anthony.datri@gmail.com>
Sun, 15 Nov 2020 23:43:06 +0000 (15:43 -0800)
committerAnthony D'Atri <anthony.datri@gmail.com>
Fri, 20 Nov 2020 06:58:10 +0000 (22:58 -0800)
Fixes: https://tracker.ceph.com/issues/47976
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
doc/mgr/orchestrator.rst

index bb0a6bc68ef9a3c5735c88409306b34929b787d1..102f65c15a2571e8e2fd70f15db7f801a8203c04 100644 (file)
@@ -6,9 +6,9 @@ Orchestrator CLI
 ================
 
 This module provides a command line interface (CLI) to orchestrator
-modules (ceph-mgr modules which interface with external orchestration services).
+modules (``ceph-mgr`` modules which interface with external orchestration services).
 
-As the orchestrator CLI unifies different external orchestrators, a common nomenclature
+As the orchestrator CLI unifies multiple external orchestrators, a common nomenclature
 for the orchestrator module is needed.
 
 +--------------------------------------+---------------------------------------+
@@ -603,9 +603,9 @@ Or in YAML:
 
 MONs and other services may require some enhanced network specifications::
 
-  orch daemon add mon --placement="myhost:[v2:1.2.3.4:3000,v1:1.2.3.4:6789]=name"
+  orch daemon add mon --placement="myhost:[v2:1.2.3.4:3300,v1:1.2.3.4:6789]=name"
 
-where ``[v2:1.2.3.4:3000,v1:1.2.3.4:6789]`` is the network address of the monitor
+where ``[v2:1.2.3.4:3300,v1:1.2.3.4:6789]`` is the network address of the monitor
 and ``=name`` specifies the name of the new monitor.
 
 Placement by labels