Bug 1899728 - overview filesystem utilization of OCP is showing the wrong values
Summary: overview filesystem utilization of OCP is showing the wrong values
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.5
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ---
: 4.6.z
Assignee: Seth Jennings
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On: 1893601
Blocks: 1908587
TreeView+ depends on / blocked
 
Reported: 2020-11-19 20:46 UTC by OpenShift BugZilla Robot
Modified: 2020-12-21 13:24 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1908587 (view as bug list)
Environment:
Last Closed: 2020-12-21 13:23:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 7278 0 None closed [release-4.6] Bug 1899728: fix filesystem queries 2021-01-18 02:15:56 UTC
Red Hat Product Errata RHSA-2020:5614 0 None None None 2020-12-21 13:24:24 UTC

Comment 2 Scott Dodson 2020-12-09 16:51:01 UTC
We've bumped severity of this due to the number of cases attached so that it moves higher in the 4.6.z approval queue.

Comment 5 Yadan Pei 2020-12-17 05:55:08 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

Comment 7 errata-xmlrpc 2020-12-21 13:23:59 UTC
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


Note You need to log in before you can comment on or make changes to this bug.