Bug 1807195

Summary: [RFE] Add column Storage Class for PVCs
Product: OpenShift Container Platform Reporter: bpeterse
Component: Management ConsoleAssignee: Cyril <cajieh>
Status: CLOSED DEFERRED QA Contact: Yadan Pei <yapei>
Severity: low Docs Contact:
Priority: medium    
Version: 4.4CC: aos-bugs, bpeterse, cajieh, jokerman, lxia, spadgett, yapei
Target Milestone: ---   
Target Release: 4.4.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1800459 Environment:
Last Closed: 2020-06-23 16:40:29 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: 1800459    
Bug Blocks:    

Description bpeterse 2020-02-25 19:02:25 UTC
+++ This bug was initially created as a clone of Bug #1800459 +++

Description of problem:
As admin, when checking all PVCs in management console, I can not tell which storage class does the PVC belong to.
I have to click into the PVC detail to know that info which is really unacceptable when there are many storage class/PVCs.

While in CLI, I can get that info easily for all PVCs.
$ oc get pvc -A
NAMESPACE           NAME                      STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS                  AGE
openshift-storage   db-noobaa-core-0          Bound    pvc-d2907a7a-717c-4495-b606-66bd16120e1b   50Gi       RWO            ocs-storagecluster-ceph-rbd   18m
openshift-storage   ocs-deviceset-0-0-tk2km   Bound    pvc-1764a7ff-3964-4277-982a-6d2a97b3d3ad   2Ti        RWO            standard                      18m
openshift-storage   ocs-deviceset-1-0-vfclj   Bound    pvc-4ca2d0d7-1f8c-4c34-a4e9-ad1addc1cde3   2Ti        RWO            standard                      18m
openshift-storage   ocs-deviceset-2-0-vtwb8   Bound    pvc-1d0aacaa-9bf5-417d-a5a8-42d64c3cb52f   2Ti        RWO            standard                      18m
openshift-storage   rook-ceph-mon-a           Bound    pvc-4cae8da6-5fd9-48fe-8eea-4b059931cd6f   10Gi       RWO            standard                      21m
openshift-storage   rook-ceph-mon-b           Bound    pvc-99a6f6c4-9d97-4ce7-ba41-077b378a41d8   10Gi       RWO            standard                      21m
openshift-storage   rook-ceph-mon-c           Bound    pvc-5836e386-f5b6-47de-9814-e8f0a604b31d   10Gi       RWO            standard                      21m


Version-Release number of selected component (if applicable):
4.4.0-0.nightly-2020-02-06-230833

How reproducible:
Always

Steps to Reproduce:
1. Create severa PVCs which belongs to different storage classes.
2. Check those PVCs in management console.
3.

Actual results:
It is hard to get storage class info for all the PVCs in management console.

Expected results:
Get storage class info for all the PVCs should be as easy as the CLI does.

Additional info:
Refer to "pvc-does-not-show-storage-class-info.png"

Comment 2 Samuel Padgett 2020-06-23 16:40:29 UTC
As this is an RFE, we plan to only address this in 4.5 and not backport.