From: John Wilkins Date: Tue, 22 Oct 2013 20:24:11 +0000 (-0700) Subject: doc: Updated Quick Block Device for kernel versions, and linked OS Recommendations. X-Git-Tag: v0.73~28^2~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6369d96c29c5b844cf119c39e05abc236f0dac8e;p=ceph.git doc: Updated Quick Block Device for kernel versions, and linked OS Recommendations. --- diff --git a/doc/start/quick-rbd.rst b/doc/start/quick-rbd.rst index 9424457f8c2..1bd194f49a8 100644 --- a/doc/start/quick-rbd.rst +++ b/doc/start/quick-rbd.rst @@ -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