From: Anthony D'Atri Date: Sun, 15 Nov 2020 23:43:06 +0000 (-0800) Subject: doc/mgr: Fix msgr2 TCP port in a couple of examples X-Git-Tag: v16.1.0~503^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9c67b80495a3aa8578dd7d190d2ee62e90efe026;p=ceph.git doc/mgr: Fix msgr2 TCP port in a couple of examples Fixes: https://tracker.ceph.com/issues/47976 Signed-off-by: Anthony D'Atri --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index bb0a6bc68ef9..102f65c15a25 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -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