mirror of https://github.com/ceph/ceph
mgr/{restful,zabbix}: document removal
Fixes: https://tracker.ceph.com/issues/47066 Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
This commit is contained in:
parent
8ccb634804
commit
b0085bf224
|
@ -35,6 +35,13 @@
|
||||||
users that modifying "max_mds" may not help with troubleshooting or recovery
|
users that modifying "max_mds" may not help with troubleshooting or recovery
|
||||||
effort. Instead, it might further destabilize the cluster.
|
effort. Instead, it might further destabilize the cluster.
|
||||||
|
|
||||||
|
* mgr/restful, mgr/zabbix: both modules, already deprecated since 2020, have been
|
||||||
|
finally removed. They have not been actively maintenance in the last years,
|
||||||
|
and started suffering from vulnerabilities in their dependency chain (e.g.:
|
||||||
|
CVE-2023-46136). As alternatives, for the `restful` module, the `dashboard` module
|
||||||
|
provides a richer and better maintained RESTful API. Regarding the `zabbix` module,
|
||||||
|
there are alternative monitoring solutions, like `prometheus`, which is the most
|
||||||
|
widely adopted among the Ceph user community.
|
||||||
|
|
||||||
|
|
||||||
>=19.0.0
|
>=19.0.0
|
||||||
|
|
|
@ -15,6 +15,7 @@ usr/share/ceph/mgr/pg_autoscaler
|
||||||
usr/share/ceph/mgr/progress
|
usr/share/ceph/mgr/progress
|
||||||
usr/share/ceph/mgr/prometheus
|
usr/share/ceph/mgr/prometheus
|
||||||
usr/share/ceph/mgr/rbd_support
|
usr/share/ceph/mgr/rbd_support
|
||||||
|
usr/share/ceph/mgr/rgw
|
||||||
usr/share/ceph/mgr/selftest
|
usr/share/ceph/mgr/selftest
|
||||||
usr/share/ceph/mgr/snap_schedule
|
usr/share/ceph/mgr/snap_schedule
|
||||||
usr/share/ceph/mgr/stats
|
usr/share/ceph/mgr/stats
|
||||||
|
|
|
@ -40,8 +40,8 @@ The Ceph Metadata Server is necessary to run Ceph File System clients.
|
||||||
state of the Ceph cluster, including storage utilization, current
|
state of the Ceph cluster, including storage utilization, current
|
||||||
performance metrics, and system load. The Ceph Manager daemons also
|
performance metrics, and system load. The Ceph Manager daemons also
|
||||||
host python-based modules to manage and expose Ceph cluster
|
host python-based modules to manage and expose Ceph cluster
|
||||||
information, including a web-based :ref:`mgr-dashboard` and
|
information, including a web-based :ref:`mgr-dashboard`.
|
||||||
`REST API`_. At least two managers are normally required for high
|
At least two managers are normally required for high
|
||||||
availability.
|
availability.
|
||||||
|
|
||||||
- **Ceph OSDs**: An Object Storage Daemon (:term:`Ceph OSD`,
|
- **Ceph OSDs**: An Object Storage Daemon (:term:`Ceph OSD`,
|
||||||
|
@ -62,8 +62,6 @@ contain the object, and which OSD should store the placement group. The
|
||||||
CRUSH algorithm enables the Ceph Storage Cluster to scale, rebalance, and
|
CRUSH algorithm enables the Ceph Storage Cluster to scale, rebalance, and
|
||||||
recover dynamically.
|
recover dynamically.
|
||||||
|
|
||||||
.. _REST API: ../../mgr/restful
|
|
||||||
|
|
||||||
.. container:: columns-2
|
.. container:: columns-2
|
||||||
|
|
||||||
.. container:: column
|
.. container:: column
|
||||||
|
|
Loading…
Reference in New Issue