]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/{restful,zabbix}: document removal 57299/head
authorErnesto Puerta <epuertat@redhat.com>
Fri, 10 May 2024 12:28:20 +0000 (14:28 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Mon, 28 Oct 2024 13:17:19 +0000 (14:17 +0100)
Fixes: https://tracker.ceph.com/issues/47066
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
PendingReleaseNotes
debian/ceph-mgr-modules-core.install
doc/start/index.rst

index d82ed125d9221456290c22265384929a84e80e79..2381800e8e86535e79040bf89af4b73639bebf82 100644 (file)
   users that modifying "max_mds" may not help with troubleshooting or recovery
   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
index 0e803d7f44aa591123ebb18c7c5dd4f350df4aef..5d1e35204fc2f4af5295b23926b56b6bf90e530f 100644 (file)
@@ -15,6 +15,7 @@ usr/share/ceph/mgr/pg_autoscaler
 usr/share/ceph/mgr/progress
 usr/share/ceph/mgr/prometheus
 usr/share/ceph/mgr/rbd_support
+usr/share/ceph/mgr/rgw
 usr/share/ceph/mgr/selftest
 usr/share/ceph/mgr/snap_schedule
 usr/share/ceph/mgr/stats
index 0aec895ab732d5223ad4d246d72d98e25fa892bd..439e9b2455541418a14f1a405e11df268a80d6e1 100644 (file)
@@ -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
   performance metrics, and system load.  The Ceph Manager daemons also
   host python-based modules to manage and expose Ceph cluster
-  information, including a web-based :ref:`mgr-dashboard` and
-  `REST API`_.  At least two managers are normally required for high
+  information, including a web-based :ref:`mgr-dashboard`.
+  At least two managers are normally required for high
   availability.
 
 - **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
 recover dynamically.
 
-.. _REST API: ../../mgr/restful
-
 .. container:: columns-2
 
    .. container:: column