From 9c67b80495a3aa8578dd7d190d2ee62e90efe026 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Sun, 15 Nov 2020 15:43:06 -0800 Subject: [PATCH] doc/mgr: Fix msgr2 TCP port in a couple of examples Fixes: https://tracker.ceph.com/issues/47976 Signed-off-by: Anthony D'Atri --- doc/mgr/orchestrator.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index bb0a6bc68ef..102f65c15a2 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 -- 2.47.3