From 3d782a0e86d52441372d18ee98f84d627ba8207d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 27 Feb 2020 10:59:59 +0100 Subject: [PATCH] doc/mgr/orchestrator: Add CephFS Signed-off-by: Sebastian Wagner --- doc/mgr/orchestrator.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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) ================================================= -- 2.39.5