]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated CephFS Quick Start for Bobtail.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 19 Dec 2012 21:46:28 +0000 (13:46 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 19 Dec 2012 21:46:28 +0000 (13:46 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/quick-cephfs.rst

index dde10c28d664704c357a1088135e06884238f2d0..6674087f92215dc8460aa4663a0ac604da712a76 100644 (file)
@@ -1,15 +1,12 @@
-=====================
- Ceph FS Quick Start
-=====================
+====================
+ CephFS Quick Start
+====================
 
-.. important:: **We do not recommend using Ceph FS in a production environment yet.**  RBD, ``librbd``, RADOS, ``librados`` and RADOS Gateway are production ready.
+To use this guide, you must have executed the procedures in the `5-minute
+Quick Start`_ guide first. Execute this quick start on the client machine.
 
-To mount the Ceph FS filesystem, you must have a running Ceph cluster. You may 
-execute this quick start on a separate host if you have the Ceph packages and 
-the ``/etc/ceph/ceph.conf`` file installed with the appropriate IP address
-and host name settings modified in the ``/etc/ceph/ceph.conf`` file.
-
-.. important:: Mount the Ceph FS file system on a separate host from your Ceph cluster.
+.. important:: Mount the CephFS filesystem on the client machine,
+   not the cluster machine.
 
 Kernel Driver
 =============
@@ -26,3 +23,14 @@ Mount Ceph FS as with FUSE. Replace {username} with your username. ::
 
        sudo mkdir /home/{username}/cephfs
        sudo ceph-fuse -m {ip-address-of-monitor}:6789 /home/{username}/cephfs
+
+Additional Information
+======================
+
+See `CephFS`_ for additional information. CephFS is not quite as stable
+as the block device and the object storage gateway. Contact `Inktank`_ for 
+details on running CephFS in a production environment.
+
+.. _5-minute Quick Start: ../quick-start
+.. _CephFS: ../../cephfs/
+.. _Inktank: http://inktank.com
\ No newline at end of file