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