Bug 1899728
Summary: | overview filesystem utilization of OCP is showing the wrong values | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> | |
Component: | Management Console | Assignee: | Seth Jennings <sjenning> | |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | |
Severity: | high | Docs Contact: | ||
Priority: | medium | |||
Version: | 4.5 | CC: | alklein, aos-bugs, jhadvig, jokerman, palonsor, spadgett, xingli, yapei | |
Target Milestone: | --- | |||
Target Release: | 4.6.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1908587 (view as bug list) | Environment: | ||
Last Closed: | 2020-12-21 13:23:59 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1893601 | |||
Bug Blocks: | 1908587 |
Comment 2
Scott Dodson
2020-12-09 16:51:01 UTC
Node Filesystem Utilization is using query: sum(node_filesystem_size_bytes{instance="<instance>",mountpoint="/var"} - node_filesystem_avail_bytes{instance="<instance>",mountpoint="/var"}) Cluster Filesystem Utilization is using query: (sum(node_filesystem_size_bytes{mountpoint="/var"}) - sum(node_filesystem_free_bytes{mountpoint="/var"})) Cluster Filesystem Utilization by Node is using query: topk(25, sort_desc(sum(node_filesystem_size_bytes{mountpoint="/var"} - node_filesystem_avail_bytes{instance=~".*",mountpoint="/var"}) BY (instance))) Moving to VERIFIED on 4.6.0-0.nightly-2020-12-16-201440 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.6.9 security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5614 |