From aa4d201a18c19ef9c0c0c4b82432b727faeaba57 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 17 Jul 2024 16:18:58 +1000 Subject: [PATCH] doc/start: add tested container host oses Add a list of OSes that have been tested as container hosts. This commit is added in response to a request made by Josh Durgin on Slack. Signed-off-by: Zac Dover (cherry picked from commit 9485f9723fcf58a0efbc08def27dd85ffe645764) --- doc/start/os-recommendations.rst | 52 ++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/doc/start/os-recommendations.rst b/doc/start/os-recommendations.rst index 00747c5f5f344..67f89376a0311 100644 --- a/doc/start/os-recommendations.rst +++ b/doc/start/os-recommendations.rst @@ -44,33 +44,34 @@ framework, for example ``sysvinit`` or ``systemd``. Ceph is sometimes ported to non-Linux systems but these are not supported by the core Ceph effort. -+---------------+---------------+-----------------+------------------+------------------+ -| | Reef (18.2.z) | Quincy (17.2.z) | Pacific (16.2.z) | Octopus (15.2.z) | -+===============+===============+=================+==================+==================+ -| Centos 7 | | | A | B | -+---------------+---------------+-----------------+------------------+------------------+ -| Centos 8 | | | | | -+---------------+---------------+-----------------+------------------+------------------+ -| Centos 9 | A | A :sup:`1` | | | -+---------------+---------------+-----------------+------------------+------------------+ -| Debian 10 | C | | C | C | -+---------------+---------------+-----------------+------------------+------------------+ -| Debian 11 | C | C | C | | -+---------------+---------------+-----------------+------------------+------------------+ -| OpenSUSE 15.2 | C | | C | C | -+---------------+---------------+-----------------+------------------+------------------+ -| OpenSUSE 15.3 | C | C | | | -+---------------+---------------+-----------------+------------------+------------------+ -| Ubuntu 18.04 | | | C | C | -+---------------+---------------+-----------------+------------------+------------------+ -| Ubuntu 20.04 | A | A | A | A | -+---------------+---------------+-----------------+------------------+------------------+ -| Ubuntu 22.04 | A | | | | -+---------------+---------------+-----------------+------------------+------------------+ ++---------------+---------------+------------------+------------------+------------------+ +| | Reef (18.2.z) | Quincy (17.2.z) | Pacific (16.2.z) | Octopus (15.2.z) | ++===============+===============+==================+==================+==================+ +| Centos 7 | | | A | B | ++---------------+---------------+------------------+------------------+------------------+ +| Centos 8 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| Centos 9 | A H | A :sup:`1` H | | | ++---------------+---------------+------------------+------------------+------------------+ +| Debian 10 | C | | C | C | ++---------------+---------------+------------------+------------------+------------------+ +| Debian 11 | C | C | C | | ++---------------+---------------+------------------+------------------+------------------+ +| OpenSUSE 15.2 | C | | C | C | ++---------------+---------------+------------------+------------------+------------------+ +| OpenSUSE 15.3 | C | C | | | ++---------------+---------------+------------------+------------------+------------------+ +| Ubuntu 18.04 | | | C | C | ++---------------+---------------+------------------+------------------+------------------+ +| Ubuntu 20.04 | A | A | A | A | ++---------------+---------------+------------------+------------------+------------------+ +| Ubuntu 22.04 | A H | | | | ++---------------+---------------+------------------+------------------+------------------+ - **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. - **C**: Ceph provides packages only. No tests have been done on these releases. +- **H**: Ceph tests this distribution as a container host. - **1**: Testing has been done on Centos 9 starting on version 17.2.8 for Quincy. .. note:: @@ -78,6 +79,11 @@ non-Linux systems but these are not supported by the core Ceph effort. ``Btrfs`` is no longer tested on Centos 7 in the Octopus release. We recommend using ``bluestore`` instead. +.. note:: See the list of QAed container hosts in the Ceph repository here: + `List of Container Hosts + `_. + + .. _CRUSH Tunables: ../../rados/operations/crush-map#tunables .. _Mounting CephFS using Kernel Driver: ../../cephfs/mount-using-kernel-driver#which-kernel-version -- 2.39.5