]> git.proxmox.com Git - ceph.git/blob - ceph/doc/cephadm/compatibility.rst
7c75b7445114b66b673456beeb4f1b4b44d5cef6
[ceph.git] / ceph / doc / cephadm / compatibility.rst
1
2 ===========================
3 Compatibility and Stability
4 ===========================
5
6 .. _cephadm-compatibility-with-podman:
7
8 Compatibility with Podman Versions
9 ----------------------------------
10
11 Podman and Ceph have different end-of-life strategies that
12 might make it challenging to find compatible Podman and Ceph
13 versions
14
15 Those 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
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
34 .. _cephadm-stability:
35
36 Stability
37 ---------
38
39 Cephadm is actively in development. Please be aware that some
40 functionality is still rough around the edges. Especially the
41 following components are working with cephadm, but the
42 documentation is not as complete as we would like, and there may be some
43 changes in the near future:
44
45 - RGW
46
47 Cephadm support for the following features is still under development and may see breaking
48 changes in future releases:
49
50 - Ingress
51 - Cephadm exporter daemon
52 - cephfs-mirror
53
54 In case you encounter issues, see also :ref:`cephadm-pause`.