From: Sebastian Wagner Date: Thu, 27 Feb 2020 09:59:59 +0000 (+0100) Subject: doc/mgr/orchestrator: Add CephFS X-Git-Tag: v15.1.1~225^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d782a0e86d52441372d18ee98f84d627ba8207d;p=ceph-ci.git doc/mgr/orchestrator: Add CephFS Signed-off-by: Sebastian Wagner --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 887a682c5f8..01e24a11fd0 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -220,6 +220,20 @@ the id is the numeric OSD ID, for MDS services it is the file system name:: ceph orch daemon status  [--refresh] +.. _orchestrator-cli-cephfs: + +Depoying CephFS +=============== + +In order to set up a :term:`CephFS`, execute:: + + ceph fs volume create + +Where ``name`` is the name of the CephFS, ``placement`` is a +:ref:`orchestrator-cli-placement-spec`. + +This command will create the required Ceph pools, create the new +CephFS, and deploy mds servers. Stateless services (MDS/RGW/NFS/rbd-mirror/iSCSI) =================================================