ceph/doc/start/quick-cephfs.rst
John Wilkins 60b2857dee doc: Updated CephFS Quick Start for Bobtail.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-19 13:46:28 -08:00

36 lines
1.0 KiB
ReStructuredText

====================
CephFS Quick Start
====================
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.
.. important:: Mount the CephFS filesystem on the client machine,
not the cluster machine.
Kernel Driver
=============
Mount Ceph FS as a kernel driver. ::
sudo mkdir /mnt/mycephfs
sudo mount -t ceph {ip-address-of-monitor}:6789:/ /mnt/mycephfs
Filesystem in User Space (FUSE)
===============================
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