From: John Spray Date: Wed, 29 Oct 2014 10:57:09 +0000 (+0000) Subject: doc: include 'fs new' stuff in cephfs quickstart X-Git-Tag: v0.88~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=214ac9fb062f1e17360d1fe67c716b8d1cbfbb60;p=ceph.git doc: include 'fs new' stuff in cephfs quickstart 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 --- diff --git a/doc/start/quick-cephfs.rst b/doc/start/quick-cephfs.rst index 205298713c4d..9943d4097b75 100644 --- a/doc/start/quick-cephfs.rst +++ b/doc/start/quick-cephfs.rst @@ -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 + ceph osd pool create cephfs_metadata + ceph fs new cephfs_metadata cephfs_data + + Create a Secret File ====================