]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start: refactor ABC test chart 53076/head
authorZac Dover <zac.dover@proton.me>
Tue, 22 Aug 2023 05:30:21 +0000 (15:30 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 22 Aug 2023 05:30:21 +0000 (15:30 +1000)
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 <zac.dover@proton.me>
doc/start/os-recommendations.rst

index 49ec3abd68aa56b045e4e81c3b297343cac25e20..54e9a1f181e1bf829e137f31a1193fe0dcd44751 100644 (file)
@@ -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.