diff options
author | Sage Weil <sage@redhat.com> | 2017-06-22 21:26:14 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2017-06-23 16:36:19 +0200 |
commit | 8f44e6f69a136339f0b363edab19ddcac3fffd8a (patch) | |
tree | 281d3ce0674d6dd560be8f7a5489499ac7311476 /doc/start/os-recommendations.rst | |
parent | doc/release-notes: note debian stretch addition (diff) | |
download | ceph-8f44e6f69a136339f0b363edab19ddcac3fffd8a.tar.xz ceph-8f44e6f69a136339f0b363edab19ddcac3fffd8a.zip |
doc/start/os-recommendations: update
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | doc/start/os-recommendations.rst | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/doc/start/os-recommendations.rst b/doc/start/os-recommendations.rst index 32d7fcf53eb..65a3ba3d997 100644 --- a/doc/start/os-recommendations.rst +++ b/doc/start/os-recommendations.rst @@ -45,13 +45,35 @@ platforms. Generally speaking, there is very little dependence on specific distributions aside from the kernel and system initialization package (i.e., sysvinit, upstart, systemd). +Luminous (12.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 | ++----------+----------+--------------------+--------------+---------+------------+ +| 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 | ++----------+----------+--------------------+--------------+---------+------------+ +| Ubuntu | 16.04 | Xenial Xerus | linux-4.4.0 | 3 | B, I, C | ++----------+----------+--------------------+--------------+---------+------------+ + + Infernalis (9.2.z) and Jewel (10.2.z) ------------------------------------- +----------+----------+--------------------+--------------+---------+------------+ | Distro | Release | Code Name | Kernel | Notes | Testing | +==========+==========+====================+==============+=========+============+ -| CentOS | 7 | N/A | linux-3.10.0 | | B, I, C | +| CentOS | 7 | N/A | linux-3.10.0 | 3 | B, I, C | +----------+----------+--------------------+--------------+---------+------------+ | Debian | 8.0 | Jessie | linux-3.16.0 | 1, 2 | B, I | +----------+----------+--------------------+--------------+---------+------------+ @@ -115,6 +137,9 @@ Notes for kernel client (kernel RBD or the Ceph file system). Upgrade to a recommended kernel. +- **3**: The default kernel regularly fails in QA when the ``btrfs`` + file system is used. We do not recommend using ``btrfs`` for backing Ceph OSDs. + Testing ------- |