From e5ff1916e3d5e2cc3f47b4cea2762730dfd335c0 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 29 Oct 2024 17:27:43 +1000 Subject: [PATCH] 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 --- doc/start/os-recommendations.rst | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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** -- 2.39.5