summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-10-22 13:24:11 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-10-22 13:24:11 -0700
commit6369d96c29c5b844cf119c39e05abc236f0dac8e (patch)
treec1ce2cc67fe88b7add8363f2831cda9b87c709db
parentdf9315cddc8990c4b2db0e1006f43cb752a03b80 (diff)
downloadceph-6369d96c29c5b844cf119c39e05abc236f0dac8e.tar.gz
doc: Updated Quick Block Device for kernel versions, and linked OS Recommendations.
-rw-r--r--doc/start/quick-rbd.rst7
1 files changed, 7 insertions, 0 deletions
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