From 783cb52032661d9ccd62b627d79af18467b7527c Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 16 Jun 2020 11:02:37 +0200 Subject: [PATCH] doc/mgr/orch: Update documentation to the new CLI Signed-off-by: Sebastian Wagner (cherry picked from commit b0bbef91f0fb0afcd962f1ea26e99faa5031cf52) --- doc/mgr/orchestrator.rst | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index b463c8d376bba..c2c86d40a0971 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -371,24 +371,20 @@ The ``name`` parameter is an identifier of the group of instances: * a CephFS file system for a group of MDS daemons, * a zone name for a group of RGWs -Sizing: the ``size`` parameter gives the number of daemons in the cluster -(e.g. the number of MDS daemons for a particular CephFS file system). - Creating/growing/shrinking/removing services:: - ceph orch {mds,rgw} update [host…] - ceph orch {mds,rgw} add - ceph orch nfs update [host…] - ceph orch nfs add [--namespace=] - ceph orch {mds,rgw,nfs} rm + ceph orch apply mds [--placement=] + ceph orch apply rgw [--subcluster=] [--port=] [--ssl] [--placement=] + ceph orch apply nfs [--namespace=] [--placement=] + ceph orch rm [--force] -e.g., ``ceph orch mds update myfs 3 host1 host2 host3`` +Where ``placement`` is a :ref:`orchestrator-cli-placement-spec`. -Start/stop/reload:: +e.g., ``ceph orch apply mds myfs --placement="3 host1 host2 host3"`` - ceph orch service {stop,start,reload} +Service Commands:: - ceph orch daemon {start,stop,reload} + ceph orch .. _orchestrator-cli-service-spec: -- 2.39.5