]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Changed install to ceph-deploy install.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 30 Oct 2013 22:22:31 +0000 (15:22 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 30 Oct 2013 22:22:31 +0000 (15:22 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/quick-cephfs.rst

index 5449e5a6fe328068a6219b3037e0ced3e50c60fa..205298713c4d4dfa2a984edf14ec4e76f72aeae6 100644 (file)
@@ -9,13 +9,21 @@ start on the Admin Host.
 Prerequisites
 =============
 
-Install ``ceph-common``. ::
+#. Verify that you have an appropriate version of the Linux kernel. 
+   See `OS Recommendations`_ for details. ::
+   
+       lsb_release -a
+       uname -r
 
-       sudo apt-get install ceph-common
+#. On the admin node, use ``ceph-deploy`` to install Ceph on your 
+   ``ceph-client`` node. ::
 
-Ensure that the :term:`Ceph Storage Cluster` is running and in an ``active +
-clean``  state. Also, ensure that you have at least one :term:`Ceph Metadata
-Server` running. :: 
+       ceph-deploy install ceph-client
+
+
+#. Ensure that the :term:`Ceph Storage Cluster` is running and in an ``active +
+   clean``  state. Also, ensure that you have at least one :term:`Ceph Metadata
+   Server` running. :: 
 
        ceph -s [-m {monitor-ip-address}] [-k {path/to/ceph.client.admin.keyring}]
 
@@ -94,4 +102,5 @@ if you encounter trouble.
 .. _Storage Cluster Quick Start: ../quick-ceph-deploy
 .. _Ceph FS: ../../cephfs/
 .. _FAQ: http://wiki.ceph.com/03FAQs/01General_FAQ#How_Can_I_Give_Ceph_a_Try.3F
-.. _Troubleshooting: ../../cephfs/troubleshooting
\ No newline at end of file
+.. _Troubleshooting: ../../cephfs/troubleshooting
+.. _OS Recommendations: ../os-recommendations