From: Sebastian Wagner Date: Tue, 16 Jun 2020 09:02:37 +0000 (+0200) Subject: doc/mgr/orch: Update documentation to the new CLI X-Git-Tag: v15.2.5~147^2~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=783cb52032661d9ccd62b627d79af18467b7527c;p=ceph.git doc/mgr/orch: Update documentation to the new CLI Signed-off-by: Sebastian Wagner (cherry picked from commit b0bbef91f0fb0afcd962f1ea26e99faa5031cf52) --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index b463c8d376bb..c2c86d40a097 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: