]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add cases where ceph-extras is not needed 3380/head
authorTravis Rhoden <trhoden@redhat.com>
Thu, 15 Jan 2015 19:39:01 +0000 (14:39 -0500)
committerTravis Rhoden <trhoden@redhat.com>
Thu, 15 Jan 2015 19:40:03 +0000 (14:40 -0500)
The Ceph Extras repo is not needed on EL7 distributions or
Fedora

http://tracker.ceph.com/issues/9793 Refs: #9793

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
doc/install/get-packages.rst
doc/install/install-vm-cloud.rst

index f15e73c5eb1ea8806f298f3d0e47cedfb7592955..b4492ec6f4244445f6af5acde6c0379ceb0072ac 100644 (file)
@@ -124,6 +124,10 @@ Add our Ceph Extras package repository to your system's list of APT sources. ::
 RPM Packages
 ------------
 
+.. note:: ceph-extras on RPM-based systems is only needed on EL6-based
+   distributions (RHEL 6, CentOS 6, Scientific Linux 6). It is not needed
+   for Fedora or RHEL 7+.
+
 For RPM packages, add our package repository to your ``/etc/yum.repos.d`` repos (e.g.,
 ``ceph-extras.repo``). Some Ceph packages (e.g., QEMU) must take priority over standard 
 packages, so you must ensure that you set ``priority=2``. ::
index 45d4c9f4c3307fccdd1727fccef8876731101876..8bdb1e8b8511167e35b79bd49e745a3e64c80d42 100644 (file)
@@ -57,6 +57,10 @@ To install QEMU, execute the following:
        [main]
        enabled = 1
 
+.. note:: ceph-extras on RPM-based systems is only needed on EL6-based
+   distributions (RHEL 6, CentOS 6, Scientific Linux 6). It is not needed
+   for Fedora or RHEL 7+.
+
 #. Create a ``/etc/yum.repos.d/ceph-extras.repo`` file with the following 
    contents, and replace ``{distro}`` with your Linux distribution. Follow
    the ``baseurl`` path below to see which distributions Ceph supports::