From 16ba333c847c2f1713bf18e0dc19801973bdae77 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 3 Mar 2021 14:00:51 +0100 Subject: [PATCH] doc/cephadm: Add Compatibility with Podman Versions Signed-off-by: Sebastian Wagner (cherry picked from commit f15f0deccb93d0ec79beb4f7ba32c843e6e07e63) --- .../{stability.rst => compatibility.rst} | 29 ++++++++++++++++++- doc/cephadm/index.rst | 2 +- 2 files changed, 29 insertions(+), 2 deletions(-) rename doc/cephadm/{stability.rst => compatibility.rst} (51%) diff --git a/doc/cephadm/stability.rst b/doc/cephadm/compatibility.rst similarity index 51% rename from doc/cephadm/stability.rst rename to doc/cephadm/compatibility.rst index c7aff29c459c9..dbfa13ca5b8aa 100644 --- a/doc/cephadm/stability.rst +++ b/doc/cephadm/compatibility.rst @@ -1,7 +1,34 @@ + +=========================== +Compatibility and Stability +=========================== + +Compatibility with Podman Versions +---------------------------------- + +Podman and Ceph have different end-of-life strategies that +might make it challenging to find compatible Podman and Ceph +versions + +Those versions are expected to work: + + ++-----------+---------------------------------------+ +| Ceph | Podman | ++-----------+-------+-------+-------+-------+-------+ +| | 1.9 | 2.0 | 2.1 | 2.2 | 3.0 | ++===========+=======+=======+=======+=======+=======+ +| <= 15.2.5 | True | False | False | False | False | ++-----------+-------+-------+-------+-------+-------+ +| >= 15.2.6 | True | True | True | False | False | ++-----------+-------+-------+-------+-------+-------+ +| >= 16.2.1 | False | True | True | False | True | ++-----------+-------+-------+-------+-------+-------+ + .. _cephadm-stability: Stability -========= +--------- Cephadm is a new feature in the Octopus release and has seen limited use in production and at scale. We would like users to try cephadm, diff --git a/doc/cephadm/index.rst b/doc/cephadm/index.rst index c5b32d83fa403..d9531d51ca58c 100644 --- a/doc/cephadm/index.rst +++ b/doc/cephadm/index.rst @@ -28,7 +28,7 @@ versions of Ceph. .. toctree:: :maxdepth: 1 - stability + compatibility install adoption host-management -- 2.39.5