From 214ac9fb062f1e17360d1fe67c716b8d1cbfbb60 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 29 Oct 2014 10:57:09 +0000 Subject: [PATCH] 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 --- doc/start/quick-cephfs.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/start/quick-cephfs.rst b/doc/start/quick-cephfs.rst index 205298713c4d4..9943d4097b756 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 ==================== -- 2.39.5