mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
as the modules are now being loaded onto the main interpreter (see https://github.com/ceph/ceph/pull/66244), the cherrypy is getting hit with an issue where its global state is being affecting all the modules updating the cherrypy config simultaneously in the same tree. So i am adding a CherryPyMgr which manages all the independent servers that will be created across all modules. This CherryPyMgr will create its own server instances by utilizing cherrypy's WSGI Server and eliminates the global state sharing. Each module or app can create their own tree and start an adapter which will open an independent server for that app. - also added a method to update the config in place so CORS urls can be configured without restarting servers. Fixes: https://tracker.ceph.com/issues/74643, https://tracker.ceph.com/issues/74543, https://tracker.ceph.com/issues/74980 Signed-off-by: Nizamudeen A <nia@redhat.com>
7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
{usr/,}lib/systemd/system/ceph-mgr*
|
|
usr/bin/ceph-mgr
|
|
usr/share/ceph/mgr/mgr_module.*
|
|
usr/share/ceph/mgr/mgr_util.*
|
|
usr/share/ceph/mgr/object_format.*
|
|
usr/share/ceph/mgr/cherrypy_mgr.*
|