]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: rm warning/error threshold for cpu usage 56441/head
authorNizamudeen A <nia@redhat.com>
Tue, 19 Mar 2024 14:57:13 +0000 (20:27 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 25 Mar 2024 05:36:43 +0000 (11:06 +0530)
commitcd181c7943c09667df51a75b61960c2397600ba3
treea865e843f4eba6ce3550610a3567b969ba0ec5b6
parent00f3877cc47f7a85e5ce4fa2585254b148b0d1ca
mgr/dashboard: rm warning/error threshold for cpu usage

for multi-core cpu's the value can be more than 100% so it doesn't make
sense to show warning/error when the usage is at or more than 100%.
hence removing it

Fixes: https://tracker.ceph.com/issues/58838
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 131a70754a6bfbbb2d1481ba74436953c6ecc226)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.html
  - some changes are not in quincy for the threasholds. so adapting it
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/shared/components/usage-bar/usage-bar.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.ts