]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge PR #67465 into tentacle
authorPatrick Donnelly <pdonnell@ibm.com>
Sat, 9 May 2026 00:01:59 +0000 (20:01 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Sat, 9 May 2026 00:01:59 +0000 (20:01 -0400)
* refs/pull/67465/head:
mgr: isolated CherryPy to prevent global state sharing
Fix the prometheus module crash

Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
1  2 
ceph.spec.in
src/pybind/mgr/cephadm/agent.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/auth/auth.py
src/pybind/mgr/dashboard/tools.py
src/pybind/mgr/prometheus/module.py

diff --cc ceph.spec.in
Simple merge
index 823ea97648c7f0f6e4c5378f8478ad64d8228e94,1568d003e59dd0a7c3b7935bcd979bbd05e6db3c..4c3bda4ebc9837b387fc1dfc240fc2e3807817e8
@@@ -23,10 -15,9 +15,10 @@@ from mgr_util import test_port_allocati
  from mgr_util import verify_tls_files
  import tempfile
  from cephadm.services.service_registry import service_registry
 +from cephadm.utils import get_node_proxy_status_value
  
  from urllib.error import HTTPError, URLError
- from typing import Any, Dict, List, Set, TYPE_CHECKING, Optional, MutableMapping, IO
+ from typing import Any, Dict, List, Set, TYPE_CHECKING, Optional, MutableMapping, IO, Tuple
  
  if TYPE_CHECKING:
      from cephadm.module import CephadmOrchestrator
Simple merge
Simple merge
Simple merge