From: Zac Dover Date: Tue, 29 Oct 2024 07:27:43 +0000 (+1000) Subject: doc/start: separate package chart from container chart X-Git-Tag: v19.2.1~82^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5c8e90f5434b0ffb772b79c95b06b61ffee9a527;p=ceph.git doc/start: separate package chart from container chart Separate the packages-and-containers chart into two charts: (1) a chart that shows which OSes Ceph builds packages for (2) a chart that shows which OSes support Ceph's containers Signed-off-by: Zac Dover (cherry picked from commit e5ff1916e3d5e2cc3f47b4cea2762730dfd335c0) --- diff --git a/doc/start/os-recommendations.rst b/doc/start/os-recommendations.rst index add685977f624..c8324f4382935 100644 --- a/doc/start/os-recommendations.rst +++ b/doc/start/os-recommendations.rst @@ -72,9 +72,39 @@ non-Linux systems but these are not supported by the core Ceph effort. - **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. +Container Hosts +--------------- + +This table shows the operating systems that support Ceph's official container images. + ++---------------+---------------+------------------+------------------+------------------+ +| | Reef (18.2.z) | Quincy (17.2.z) | Pacific (16.2.z) | Octopus (15.2.z) | ++===============+===============+==================+==================+==================+ +| Centos 7 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| Centos 8 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| Centos 9 | H | H | | | ++---------------+---------------+------------------+------------------+------------------+ +| Debian 10 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| Debian 11 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| OpenSUSE 15.2 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| OpenSUSE 15.3 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| Ubuntu 18.04 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| Ubuntu 20.04 | | | | | ++---------------+---------------+------------------+------------------+------------------+ +| Ubuntu 22.04 | H | | | | ++---------------+---------------+------------------+------------------+------------------+ + +- **H**: Ceph tests this distribution as a container host. + .. note:: **For Centos 7 Users**