]> git.proxmox.com Git - ceph.git/blame - ceph/doc/cephadm/compatibility.rst
import ceph 16.2.6
[ceph.git] / ceph / doc / cephadm / compatibility.rst
CommitLineData
f67539c2
TL
1
2===========================
3Compatibility and Stability
4===========================
5
b3b6e05e
TL
6.. _cephadm-compatibility-with-podman:
7
f67539c2
TL
8Compatibility with Podman Versions
9----------------------------------
10
11Podman and Ceph have different end-of-life strategies that
12might make it challenging to find compatible Podman and Ceph
13versions
14
15Those versions are expected to work:
16
17
18+-----------+---------------------------------------+
19| Ceph | Podman |
20+-----------+-------+-------+-------+-------+-------+
21| | 1.9 | 2.0 | 2.1 | 2.2 | 3.0 |
22+===========+=======+=======+=======+=======+=======+
23| <= 15.2.5 | True | False | False | False | False |
24+-----------+-------+-------+-------+-------+-------+
25| >= 15.2.6 | True | True | True | False | False |
26+-----------+-------+-------+-------+-------+-------+
27| >= 16.2.1 | False | True | True | False | True |
28+-----------+-------+-------+-------+-------+-------+
29
b3b6e05e
TL
30.. warning::
31 Only podman versions that are 2.0.0 and higher work with Ceph Pacific, with the exception of podman version 2.2.1, which does not work with Ceph Pacific. kubic stable is known to work with Ceph Pacific, but it must be run with a newer kernel.
32
33
f67539c2
TL
34.. _cephadm-stability:
35
36Stability
37---------
38
39Cephadm is actively in development. Please be aware that some
40functionality is still rough around the edges. Especially the
41following components are working with cephadm, but the
42documentation is not as complete as we would like, and there may be some
43changes in the near future:
44
45- RGW
46
47Cephadm support for the following features is still under development and may see breaking
48changes in future releases:
49
50- Ingress
51- Cephadm exporter daemon
52- cephfs-mirror
53
54In case you encounter issues, see also :ref:`cephadm-pause`.