Bug 1852770
| Summary: | Node list page and Utilization card are showing different Filesystem values | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | ||||||
| Component: | Management Console | Assignee: | Jessica Forrester <jforrest> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Yadan Pei <yapei> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 4.6 | CC: | aos-bugs, erich, jokerman, pweil, spadgett, yapei | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 4.7.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-10-01 12:22:49 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: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Yadan Pei
2020-07-01 09:22:14 UTC
Created attachment 1699455 [details]
Node List Filesystem Value
Created attachment 1699456 [details]
Node Details Utilization Filesystem Value
Reassigning to Sam as he already has a PR in flight to change node list metrics at https://github.com/openshift/console/pull/5819 I've confirmed the queries are different for the Node Overview page and the Node List. The Overview queries are here: https://github.com/openshift/console/blob/master/frontend/packages/console-app/src/components/nodes/node-dashboard/queries.ts#L39-L42 It looks like on latest 4.6, the issue is fixed, maybe fixed by other PRs? On Node Details Utilization card, it shows `36.31 GiB of 358.9 GiB` On Nodes list page table, it shows `36.3 GiB / 358.9 GiB` Check another node's filesystem values On Node Details Utilization card, it shows `29.37 GiB of 358.9 GiB` On Nodes list page table, it shows `29.35 GiB / 358.9 GiB` *** This bug has been marked as a duplicate of bug 1874028 *** |