]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard : Fix RGW restart/stop issue 68493/head
authorAbhishek Desai <abhishek.desai1@ibm.com>
Tue, 21 Apr 2026 06:29:18 +0000 (11:59 +0530)
committerAbhishek Desai <abhishek.desai1@ibm.com>
Wed, 22 Apr 2026 04:23:36 +0000 (09:53 +0530)
commit04db68a4ed4ddc31ff9ab509e8fa50d1589f7948
tree9861e2836c5b6f4224163a5b25f4a41030e547d9
parentb709b93685b8d497c2bd1a4e3a716725f658d188
mgr/dashboard : Fix RGW restart/stop issue
fixes : https://tracker.ceph.com/issues/76158
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
src/pybind/mgr/dashboard/controllers/daemon.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/daemon.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/service.interface.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/tests/test_daemon.py