]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/orchestrator: Add CephFS 33574/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 27 Feb 2020 09:59:59 +0000 (10:59 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 27 Feb 2020 11:40:48 +0000 (12:40 +0100)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/mgr/orchestrator.rst

index 887a682c5f8fb50c1fcc76a004536d28134856cc..01e24a11fd084b6098c8c5725a73450a5ffc7edf 100644 (file)
@@ -220,6 +220,20 @@ the id is the numeric OSD ID, for MDS services it is the file system name::
     ceph orch daemon status <type> <instance-name> [--refresh]
 
 
+.. _orchestrator-cli-cephfs:
+    
+Depoying CephFS
+===============
+
+In order to set up a :term:`CephFS`, execute::
+
+    ceph fs volume create <fs_name> <placement spec>
+    
+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)
 =================================================