mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
doc/cephadm: Add Compatibility with Podman Versions
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
parent
d4292afebf
commit
f15f0deccb
@ -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,
|
@ -27,7 +27,7 @@ versions of Ceph.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
stability
|
||||
compatibility
|
||||
install
|
||||
adoption
|
||||
host-management
|
||||
|
Loading…
Reference in New Issue
Block a user