From c4dc53eccc4881ecb0cd1496a28f45a3de485200 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 18 Jun 2020 10:56:35 +0200 Subject: [PATCH] doc/cephadm: adopt: fix misleading `apply` examples Fixes: https://tracker.ceph.com/issues/46052 Signed-off-by: Sebastian Wagner (cherry picked from commit e74fc0671b73b6da3669f5389f372342d4e62843) --- doc/cephadm/adoption.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephadm/adoption.rst b/doc/cephadm/adoption.rst index 1f15b2c46d5cd..20ded51a2822a 100644 --- a/doc/cephadm/adoption.rst +++ b/doc/cephadm/adoption.rst @@ -113,7 +113,7 @@ Adoption process each file system. You can list file systems by name with ``ceph fs ls``. For each file system:: - # ceph orch apply mds + # ceph orch apply mds [--placement=] For example, in a cluster with a single file system called `foo`:: @@ -133,7 +133,7 @@ Adoption process #. Redeploy RGW daemons. Cephadm manages RGW daemons by zone. For each zone, deploy new RGW daemons with cephadm:: - # ceph orch apply rgw [--port ] [--ssl] + # ceph orch apply rgw [--subcluster=] [--port=] [--ssl] [--placement=] where ** can be a simple daemon count, or a list of specific hosts (see :ref:`orchestrator-cli-placement-spec`). -- 2.39.5