doc: Moved admonition to kernel mount.

fixes: #4146

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
John Wilkins 2013-02-25 08:21:11 -08:00
parent 516935bc23
commit 3fdf439349
2 changed files with 14 additions and 8 deletions

View File

@ -5,8 +5,6 @@
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
=============
@ -15,7 +13,12 @@ Mount Ceph FS as a kernel driver. ::
sudo mkdir /mnt/mycephfs
sudo mount -t ceph {ip-address-of-monitor}:6789:/ /mnt/mycephfs
.. note:: Mount the CephFS filesystem on the client machine,
not the cluster machine. See `FAQ`_ for details.
Filesystem in User Space (FUSE)
===============================
@ -24,6 +27,7 @@ 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
======================
@ -33,4 +37,5 @@ details on running CephFS in a production environment.
.. _5-minute Quick Start: ../quick-start
.. _CephFS: ../../cephfs/
.. _Inktank: http://inktank.com
.. _Inktank: http://inktank.com
.. _FAQ: ../../faq#try-ceph

View File

@ -5,9 +5,6 @@
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 block device on the client machine,
not the server machine.
#. Create a block device image. ::
rbd create foo --size 4096
@ -29,7 +26,11 @@ Quick Start`_ guide first. Execute this quick start on the client machine.
sudo mkdir /mnt/myrbd
sudo mount /dev/rbd/rbd/foo /mnt/myrbd
.. note:: Mount the block device on the client machine,
not the server machine. See `FAQ`_ for details.
See `block devices`_ for additional details.
.. _5-minute Quick Start: ../quick-start
.. _block devices: ../../rbd/rbd
.. _block devices: ../../rbd/rbd
.. _FAQ: ../../faq#try-ceph