Bug 1896973
Summary: | Filesystem information incorrect in OpenShift gui compute > nodes menu | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Grant <godell> | ||||
Component: | Management Console | Assignee: | Rastislav Wagner <rawagner> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.5 | CC: | aos-bugs, jhadvig, jokerman | ||||
Target Milestone: | --- | Keywords: | UpcomingSprint | ||||
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: | 2021-01-04 09:59:09 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: |
|
Dup of https://bugzilla.redhat.com/show_bug.cgi?id=1893601 which is already fixed *** This bug has been marked as a duplicate of bug 1893601 *** |
Created attachment 1728556 [details] picture of the node information table in OpenShift gui Description of problem: The value of the filesystem in the openshift console > compute > nodes table appears to show a value that is double the size of the actual disk. Version-Release number of selected component (if applicable): 4.5.17 How reproducible: Every time Steps to Reproduce: 1. Deploy ARO 2. Log in to openshift console 3. Browse to Compute > Node and view table Actual results: The filesystem column appears to show a total value that is double the actual size. Please see attached screenshot Expected results: Display the correct size Additional info: Extract of a Machine config yaml for a worker node "Standard_D4s_v3" ... machine.openshift.io/instance-type: Standard_D4s_v3 ... providerSpec: value: osDisk: diskSizeGB: 128 managedDisk: storageAccountType: Premium_LRS osType: Linux ... Disk information from node: sh-4.2# df -h Filesystem Size Used Avail Use% Mounted on overlay 128G 14G 114G 11% / tmpfs 64M 0 64M 0% /dev tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup shm 64M 0 64M 0% /dev/shm tmpfs 7.9G 3.9M 7.9G 1% /host/run /dev/mapper/coreos-luks-root-nocrypt 128G 14G 114G 11% /host tmpfs 7.9G 0 7.9G 0% /host/sys/fs/cgroup