Bug 1896973 - Filesystem information incorrect in OpenShift gui compute > nodes menu
Summary: Filesystem information incorrect in OpenShift gui compute > nodes menu
Keywords:
Status: CLOSED DUPLICATE of bug 1893601
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.7.0
Assignee: Rastislav Wagner
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-11-12 00:10 UTC by Grant
Modified: 2021-01-04 09:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-01-04 09:59:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
picture of the node information table in OpenShift gui (67.18 KB, image/png)
2020-11-12 00:10 UTC, Grant
no flags Details

Description Grant 2020-11-12 00:10:56 UTC
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

Comment 4 Rastislav Wagner 2021-01-04 09:59:09 UTC
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 ***


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