From 6f9c33bac51177625dd82ee41cefd47abad6b287 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 22 Aug 2023 15:30:21 +1000 Subject: [PATCH] doc/start: refactor ABC test chart Refactor the ABC test chart so that the information about which tests have been run is presented in the center of the chart instead of, as it was before, in a superscript. Signed-off-by: Zac Dover (cherry picked from commit ea1dc3c027d505aefb5a7f5cff2eb9ef441de609) --- doc/start/os-recommendations.rst | 46 +++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/doc/start/os-recommendations.rst b/doc/start/os-recommendations.rst index 49ec3abd68aa5..54e9a1f181e1b 100644 --- a/doc/start/os-recommendations.rst +++ b/doc/start/os-recommendations.rst @@ -35,22 +35,36 @@ Linux Kernel Platforms ========= -The charts below show how Ceph's requirements map onto various Linux -platforms. Generally speaking, there is very little dependence on -specific distributions outside of the kernel and system initialization -package (i.e., sysvinit, systemd). - -+--------------+--------+------------------------+--------------------------------+-------------------+-------------------------+ -| Release Name | Tag | CentOS | Ubuntu | OpenSUSE :sup:`C` | Debian :sup:`C` | -+==============+========+========================+================================+===================+=========================+ -| Reef | 18.2.z | 8 :sup:`A` 9 :sup:`A` | 20.04 :sup:`A` 22.04 :sup:`A` | all | TBD (as of 22 Aug 2023) | -+--------------+--------+------------------------+--------------------------------+-------------------+-------------------------+ -| Quincy | 17.2.z | 8 :sup:`A` | 20.04 :sup:`A` | 15.3 | 11 | -+--------------+--------+------------------------+--------------------------------+-------------------+-------------------------+ -| Pacific | 16.2.z | 8 :sup:`A` | 18.04 :sup:`C`, 20.04 :sup:`A` | 15.2 | 10, 11 | -+--------------+--------+------------------------+--------------------------------+-------------------+-------------------------+ -| Octopus | 15.2.z | 7 :sup:`B` 8 :sup:`A` | 18.04 :sup:`C`, 20.04 :sup:`A` | 15.2 | 10 | -+--------------+--------+------------------------+--------------------------------+-------------------+-------------------------+ +The chart below shows which Linux platforms Ceph provides packages for, and +which platforms Ceph has been tested on. + +Ceph does not depend upon any specific distributions and can run on any +distribution with supported kernels and system initialization packages ( +`sysvinit` or `systemd`). + ++---------------+---------------+-----------------+------------------+------------------+ +| | Reef (18.2.z) | Quincy (17.2.z) | Pacific (16.2.z) | Octopus (15.2.z) | ++===============+===============+=================+==================+==================+ +| Centos 7 | | | A | B | ++---------------+---------------+-----------------+------------------+------------------+ +| Centos 8 | A | A | A | A | ++---------------+---------------+-----------------+------------------+------------------+ +| Centos 9 | A | | | | ++---------------+---------------+-----------------+------------------+------------------+ +| Debian 10 | C | C | C | C | ++---------------+---------------+-----------------+------------------+------------------+ +| Debian 11 | C | C | C | C | ++---------------+---------------+-----------------+------------------+------------------+ +| OpenSUSE 15.2 | C | C | C | C | ++---------------+---------------+-----------------+------------------+------------------+ +| OpenSUSE 15.3 | C | C | C | C | ++---------------+---------------+-----------------+------------------+------------------+ +| Ubuntu 18.04 | | | C | C | ++---------------+---------------+-----------------+------------------+------------------+ +| Ubuntu 20.04 | A | A | A | A | ++---------------+---------------+-----------------+------------------+------------------+ +| Ubuntu 22.04 | A | | | | ++---------------+---------------+-----------------+------------------+------------------+ - **A**: Ceph provides packages and has done comprehensive tests on the software in them. - **B**: Ceph provides packages and has done basic tests on the software in them. -- 2.47.3