]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Show which daemons failed in CEPHADM_FAILED_DAEMON
authorAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Thu, 5 Oct 2023 05:38:30 +0000 (11:08 +0530)
committerAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Wed, 4 Sep 2024 11:21:15 +0000 (16:51 +0530)
commit61e6a70c5b2829d82313859a3cd45883702b3e4d
tree30612f645676385ba19d2a3cbd970421040402c4
parenta7f3b4a397d639843cc4088f596a498fd11cde03
mgr/dashboard: Show which daemons failed in CEPHADM_FAILED_DAEMON
healthcheck

Fixes: https://tracker.ceph.com/issues/63792
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit 5a44b395d4fd86f51fe7431a8f8f539ee57eeee7)
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/ceph-shared.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.ts [new file with mode: 0644]