]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated Quick Block Device for kernel versions, and linked OS Recommendations.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 22 Oct 2013 20:24:11 +0000 (13:24 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 22 Oct 2013 20:24:11 +0000 (13:24 -0700)
doc/start/quick-rbd.rst

index 9424457f8c2f0994087398611ee8b39f37d13965..1bd194f49a8635048e75e120cfc68b35a18bd47f 100644 (file)
@@ -27,6 +27,12 @@ Storage Cluster nodes (unless you use a VM). See `FAQ`_ for details.
 Install Ceph
 ============
 
+#. Verify that you have an appropriate version of the Linux kernel. 
+   See `OS Recommendations`_ for details. ::
+   
+       lsb_release -a
+       uname -r
+
 #. On the admin node, use ``ceph-deploy`` to install Ceph on your 
    ``ceph-client`` node. ::
 
@@ -72,3 +78,4 @@ See `block devices`_ for additional details.
 .. _Storage Cluster Quick Start: ../quick-ceph-deploy
 .. _block devices: ../../rbd/rbd
 .. _FAQ: http://wiki.ceph.com/03FAQs/01General_FAQ#How_Can_I_Give_Ceph_a_Try.3F
+.. _OS Recommendations: ../os-recommendations