mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge PR #28643 into master
* refs/pull/28643/head: doc: removed old EOL Ceph versions from the list doc: added openSUSE distros to the list and updated the releases doc: updated the OS recommendations to reflect the Nautilus release Reviewed-by: Lenz Grimmer <lgrimmer@suse.com> Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
6ebd517eab
@ -49,7 +49,7 @@ Add Keys
|
||||
========
|
||||
|
||||
Add a key to your system's list of trusted keys to avoid a security warning. For
|
||||
major releases (e.g., ``hammer``, ``jewel``, ``luminous``) and development releases
|
||||
major releases (e.g., ``luminous``, ``mimic``, ``nautilus``) and development releases
|
||||
(``release-name-rc1``, ``release-name-rc2``), use the ``release.asc`` key.
|
||||
|
||||
|
||||
@ -132,9 +132,12 @@ of Debian and Ubuntu releases supported. ::
|
||||
RPM Packages
|
||||
------------
|
||||
|
||||
RHEL
|
||||
----
|
||||
|
||||
For major releases, you may add a Ceph entry to the ``/etc/yum.repos.d``
|
||||
directory. Create a ``ceph.repo`` file. In the example below, replace
|
||||
``{ceph-release}`` with a major release of Ceph (e.g., ``hammer``, ``jewel``, ``luminous``,
|
||||
``{ceph-release}`` with a major release of Ceph (e.g., ``luminous``, ``mimic``, ``nautilus``,
|
||||
etc.) and ``{distro}`` with your Linux distribution (e.g., ``el7``, etc.). You
|
||||
may view https://download.ceph.com/rpm-{ceph-release}/ directory to see which
|
||||
distributions Ceph supports. Some Ceph packages (e.g., EPEL) must take priority
|
||||
@ -185,6 +188,19 @@ You can download the RPMs directly from::
|
||||
.. tip:: For non-US users: There might be a mirror close to you where
|
||||
to download Ceph from. For more information see: `Ceph Mirrors`_.
|
||||
|
||||
openSUSE Leap 15.1
|
||||
------------------
|
||||
|
||||
You need to add the Ceph package repository to your list of zypper sources. This can be done with the following command ::
|
||||
|
||||
zypper ar https://download.opensuse.org/repositories/filesystems:/ceph/openSUSE_Leap_15.1/filesystems:ceph.repo
|
||||
|
||||
openSUSE Tumbleweed
|
||||
-------------------
|
||||
|
||||
The newest major release of Ceph is already available through the normal Tumbleweed repositories.
|
||||
There's no need to add another package repository manually.
|
||||
|
||||
|
||||
Add Ceph Development
|
||||
====================
|
||||
|
@ -21,8 +21,8 @@ Linux Kernel
|
||||
For RBD, if you choose to *track* long-term kernels, we currently recommend
|
||||
4.x-based "longterm maintenance" kernel series:
|
||||
|
||||
- 4.19.z
|
||||
- 4.14.z
|
||||
- 4.9.z
|
||||
|
||||
For CephFS, see `CephFS best practices`_ for kernel version guidance.
|
||||
|
||||
@ -39,6 +39,31 @@ platforms. Generally speaking, there is very little dependence on
|
||||
specific distributions aside from the kernel and system initialization
|
||||
package (i.e., sysvinit, upstart, systemd).
|
||||
|
||||
Nautilus (14.2.z)
|
||||
-----------------
|
||||
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Distro | Release | Code Name | Kernel | Notes | Testing |
|
||||
+==========+==========+====================+==============+=========+============+
|
||||
| CentOS | 7 | N/A | linux-3.10.0 | 3 | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Debian | 8.0 | Jessie | linux-3.16.0 | 1, 2 | B, I |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Debian | 9.0 | Stretch | linux-4.9 | 1, 2 | B, I |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| RHEL | 7 | Maipo | linux-3.10.0 | | B, I |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 14.04 | Trusty Tahr | linux-3.13.0 | | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 16.04 | Xenial Xerus | linux-4.4.0 | 3 | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 18.04 | Bionic Beaver | linux-4.15 | 3 | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| openSUSE | 15.1 | Leap | linux-4.12 | | |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| openSUSE | | Tumbleweed | linux-5.1.7 | | |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
|
||||
Luminous (12.2.z)
|
||||
-----------------
|
||||
|
||||
@ -60,66 +85,6 @@ Luminous (12.2.z)
|
||||
| Ubuntu | 16.04 | Xenial Xerus | linux-4.4.0 | 3 | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
|
||||
|
||||
Jewel (10.2.z)
|
||||
--------------
|
||||
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Distro | Release | Code Name | Kernel | Notes | Testing |
|
||||
+==========+==========+====================+==============+=========+============+
|
||||
| CentOS | 7 | N/A | linux-3.10.0 | 3 | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Debian | 8.0 | Jessie | linux-3.16.0 | 1, 2 | B, I |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Fedora | 22 | N/A | linux-3.14.0 | | B, I |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| RHEL | 7 | Maipo | linux-3.10.0 | | B, I |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 14.04 | Trusty Tahr | linux-3.13.0 | | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
|
||||
Hammer (0.94.z)
|
||||
---------------
|
||||
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Distro | Release | Code Name | Kernel | Notes | Testing |
|
||||
+==========+==========+====================+==============+=========+============+
|
||||
| CentOS | 6 | N/A | linux-2.6.32 | 1, 2 | |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| CentOS | 7 | N/A | linux-3.10.0 | | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Debian | 7.0 | Wheezy | linux-3.2.0 | 1, 2 | |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 12.04 | Precise Pangolin | linux-3.2.0 | 1, 2 | |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 14.04 | Trusty Tahr | linux-3.13.0 | | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
|
||||
Firefly (0.80.z)
|
||||
----------------
|
||||
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Distro | Release | Code Name | Kernel | Notes | Testing |
|
||||
+==========+==========+====================+==============+=========+============+
|
||||
| CentOS | 6 | N/A | linux-2.6.32 | 1, 2 | B, I |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| CentOS | 7 | N/A | linux-3.10.0 | | B |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Debian | 7.0 | Wheezy | linux-3.2.0 | 1, 2 | B |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Fedora | 19 | Schrödinger's Cat | linux-3.10.0 | | B |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Fedora | 20 | Heisenbug | linux-3.14.0 | | B |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| RHEL | 6 | Santiago | linux-2.6.32 | 1, 2 | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| RHEL | 7 | Maipo | linux-3.10.0 | | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 12.04 | Precise Pangolin | linux-3.2.0 | 1, 2 | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
| Ubuntu | 14.04 | Trusty Tahr | linux-3.13.0 | | B, I, C |
|
||||
+----------+----------+--------------------+--------------+---------+------------+
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user