| Summary: | Percentage of available cpu/memory shown on project quota metrics donut is not accurate | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Yanping Zhang <yanpzhan> | ||||||
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 3.x | CC: | aos-bugs, mmccomas | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-05-12 17:15:31 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Yanping Zhang
2016-03-18 08:15:00 UTC
Created attachment 1137711 [details]
used-cpu
I don't see anything wrong in the screenshot. We're displaying percent used of total in the tooltip. We don't show the amount available anywhere. 15m used out of 1 core is 1.5% of the total. 1 core is the total. Created attachment 1138391 [details]
available-cpu
Samuel: Sorry, I didn't notice that another screenshot failed to be attached on. Pls check attachments again, The sum of available cpu ratio and the used cpu ratio is not 100%. Thanks! Thanks, I understand now. Here is the fix: https://github.com/openshift/origin/pull/8161 Tested on devenv-rhel7_3800: openshift v1.1.4-198-g840e8fc kubernetes v1.2.0-36-g4a3f9c5 etcd 2.2.5 When quota/limit are added on project, create a pod in project, check the used ratio and available ratio, they are precise and the sum is 100% now. The bug has been fixed, so move it to Verified. |