]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add data resileincy panel
authorAfreen Misbah <afreen@ibm.com>
Thu, 26 Feb 2026 01:38:44 +0000 (07:08 +0530)
committerAfreen Misbah <afreen@ibm.com>
Mon, 16 Mar 2026 07:20:16 +0000 (12:50 +0530)
commit361f2fd59a042c0eee9bfac352e91d5efe7057a0
tree282553ae2da1aecc8b993563bef312919eac3292
parentb433505a2f79ce10743eea6543523d5b1118390c
mgr/dashboard: Add data resileincy panel

- adds table to show PG states and counts
- adds recovery io,read/write IO

Signed-off-by: Afreen Misbah <afreen@ibm.com>
(cherry picked from commit 03818d2e6a20b9018457c3e3f8f56dc186ae341c)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_spacings.scss
13 files changed:
src/pybind/mgr/dashboard/controllers/health.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/alerts-card/overview-alerts-card.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/health-card/overview-health-card.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/health-card/overview-health-card.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/overview.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/overview.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/overview.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/overview.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/icons.enum.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/health.interface.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/overview.ts