]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #67515 into tentacle
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 8 May 2026 23:56:35 +0000 (19:56 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Fri, 8 May 2026 23:56:35 +0000 (19:56 -0400)
commit9b17f16fe8ff8b3d3bb25cd6f96da00498861d4c
tree4b8f9d26a4c2d0c2c195d1f249ff3570abcb105e
parent58a5290cb0098a3b119f22078f8ec52e975c45fb
parent6f067d0fcbd18c6ddcb3d74e25fc1cecce557ec0
Merge PR #67515 into tentacle

* refs/pull/67515/head:
pybind/orchestrator/cli: fix OrchestratorError retval sign
orchestrator/test/test_orchestrator: fix return code to negative
mgr/mgr_module: fix tox test missing a type annotation
mgr/selftest: mypy error fix missing a type annotation
mgr/dashboard: use __name__ for module-specific logging
selftest: Add logging self tests
pybind/mgr/mgr_module: isolate logging per mgr module
mgr/Gil.cc: simplify Gil(), ~Gil()
mgr/Gil.cc: do not use PyGILState_Check()
mgr: add mgr_subinterpreter_modules config
python-common/.../service_spec: implement ServiceSpec.__getnewargs__ to allow unpickle to work correctly
mgr: serialize python objects sent between subinterpreters via remote

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>