]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: include 'fs new' stuff in cephfs quickstart 2829/head
authorJohn Spray <jspray@redhat.com>
Wed, 29 Oct 2014 10:57:09 +0000 (10:57 +0000)
committerJohn Spray <jspray@redhat.com>
Wed, 29 Oct 2014 11:02:19 +0000 (11:02 +0000)
Not sure how 'quick' this really is now compared with
the full filesystem instructions, but let's not leave
it incomplete.

Signed-off-by: John Spray <john.spray@redhat.com>
doc/start/quick-cephfs.rst

index 205298713c4d4dfa2a984edf14ec4e76f72aeae6..9943d4097b756a4dd7e5799280057acf879b3ebf 100644 (file)
@@ -28,6 +28,19 @@ Prerequisites
        ceph -s [-m {monitor-ip-address}] [-k {path/to/ceph.client.admin.keyring}]
 
 
+Create a Filesystem
+===================
+
+You have already created an MDS (`Storage Cluster Quick Start`_) but it will not
+become active until you create some pools and a filesystem.  See :doc:`/cephfs/createfs`.
+
+::
+
+    ceph osd pool create cephfs_data <pg_num>
+    ceph osd pool create cephfs_metadata <pg_num>
+    ceph fs new <fs_name> cephfs_metadata cephfs_data
+
+
 Create a Secret File
 ====================