Skip to content

Commit

Permalink
doc/start/os-recommendations: update
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Jun 23, 2017
1 parent a5436bd commit 8f44e6f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/rados/operations/operating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
Running Ceph with systemd
==========================

For all distributions that support systemd (CentOS 7, Fedora, Debian Jessie
8.x, SUSE), ceph daemons are now managed using native systemd files instead of
the legacy sysvinit scripts. For example::
For all distributions that support systemd (CentOS 7, Fedora, Debian
Jessie 8 and later, SUSE), ceph daemons are now managed using native
systemd files instead of the legacy sysvinit scripts. For example::

sudo systemctl start ceph.target # start all daemons
sudo systemctl status ceph-osd@12 # check status of osd.12
Expand Down
27 changes: 26 additions & 1 deletion doc/start/os-recommendations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+----------+----------+--------------------+--------------+---------+------------+
Expand Down Expand Up @@ -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
-------
Expand Down

0 comments on commit 8f44e6f

Please sign in to comment.