]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: provide the service events when showing a service in the UI 40328/head
authorAashish Sharma <aashishsharma@localhost.localdomain>
Thu, 18 Mar 2021 09:40:43 +0000 (15:10 +0530)
committerAashish Sharma <aashishsharma@localhost.localdomain>
Mon, 17 May 2021 13:33:08 +0000 (19:03 +0530)
commit00ce7c90ef19f02beea9431ab360d23744efde2d
tree0bd155f7d5c9e09e8a1ab145f476fb5df9066628
parentc3c2da4e32eee02cfda612e8b6c47a990e1031f1
mgr/dashboard: provide the service events when showing a service in the UI

When service deployment failures occur, events are generated and associated with the service. This PR intends to add these events as Daemon Logs and Service Logs to the UI for troubleshooting and doing diagnostics for the same.

Fixes: https://tracker.ceph.com/issues/49262
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
src/pybind/mgr/dashboard/controllers/host.py
src/pybind/mgr/dashboard/controllers/service.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.scss
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/orchestrator/_interface.py