From e3616a5515c1b90132c4023d38edde487411c570 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 10 Mar 2015 02:06:10 +0100 Subject: [PATCH] doc: rhel6.5 is rhel6 RHEL 6.5 is actually http://ceph.com/rpm-giant/rhel6/ Signed-off-by: Loic Dachary --- doc/start/quick-start-preflight.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index 3c4111d61a0..8a42b0bd3dc 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -63,7 +63,7 @@ following steps: Paste the following example code. Replace ``{ceph-release}`` with the recent major release of Ceph (e.g., ``firefly``). Replace ``{distro}`` with your Linux distribution (e.g., ``el6`` for CentOS 6, - ``el7`` for CentOS 7, ``rhel6.5`` for + ``el7`` for CentOS 7, ``rhel6`` for Red Hat 6.5, ``rhel7`` for Red Hat 7, and ``fc19`` or ``fc20`` for Fedora 19 or Fedora 20. Finally, save the contents to the ``/etc/yum.repos.d/ceph.repo`` file. ::