Bug 1402329

Summary: [RFE] Volumes summary page does not display any data related to containers that are using persistent volume claim
Product: Red Hat CloudForms Management Engine Reporter: Tony <ashlifst>
Component: UI - OPSAssignee: Nimrod Shneor <nshneor>
Status: CLOSED CURRENTRELEASE QA Contact: Einat Pacifici <epacific>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.7.0CC: cpelland, dajohnso, epacific, fsimonce, hkataria, jhardy, lavenel, mpovolny, mtayer, nshneor, obarenbo, simaishi
Target Milestone: GAKeywords: FutureFeature, RFE, TestOnly
Target Release: 5.9.0Flags: epacific: automate_bug+
Hardware: x86_64   
OS: Linux   
Whiteboard: container
Fixed In Version: 5.9.0.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1447049 (view as bug list) Environment:
Last Closed: 2018-03-06 15:26:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Container Management Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1447049    
Attachments:
Description Flags
volume_summary_page
none
evm.log
none
audit.log
none
production.log
none
A persistent volume showing the pod it is attached to. none

Description Tony 2016-12-07 09:22:47 UTC
Created attachment 1228944 [details]
volume_summary_page

Description of problem:


Volumes summary page does not have any relevant fields for containers that are using the PVC. 



Steps to Reproduce:

1. In CFME, Computer ---> Containers ----> Volumes. Click on the first PV

2. On the volumes summary page, notice that are no fields that would display the containers using the PVC for that bound volume




Expected results:

Volume Claim table should have fields dedicated to containers using the relevant PVC

Comment 2 Tony 2016-12-07 09:26:17 UTC
Created attachment 1228945 [details]
evm.log

Comment 3 Tony 2016-12-07 09:27:49 UTC
Created attachment 1228946 [details]
audit.log

Comment 4 Tony 2016-12-07 09:28:53 UTC
Created attachment 1228947 [details]
production.log

Comment 7 Nimrod Shneor 2017-03-12 12:18:17 UTC
Created attachment 1262200 [details]
A persistent volume showing the pod it is attached to.

This seems to be already solved in 5.8.0 - supplying a screenshot of a working use case.
There needs to be a persistent volume with a claim that is connected through that claim to a container volume which is then connected to the pod.

Comment 9 Nimrod Shneor 2017-03-13 08:36:55 UTC
I take that back - it seems there is work to be done here to connect the two.

Comment 11 Tony 2017-03-16 16:13:29 UTC
Verified on CFME 5.8.0.4

Comment 12 Federico Simoncelli 2017-04-19 07:59:26 UTC
(In reply to Tony from comment #11)
> Verified on CFME 5.8.0.4

Tony how can this be VERIFIED if the BZ has never been in POST/ON_QA and the PR is not merged:

https://github.com/ManageIQ/manageiq/pull/14231

Comment 13 Tony 2017-04-19 08:30:13 UTC
Federico, my mistake, thanks for pointing it out. For some reason I was thinking about the volume claim name instead of container name that should show up in the volume claim table. Should I switch it back to "DEV"?

Comment 14 Mooli Tayer 2017-04-23 13:33:42 UTC
Nimrod, let's discuss this one when you come by the office

Comment 15 Mooli Tayer 2017-04-25 13:41:09 UTC
Two patches are needed for this BZ:
https://github.com/ManageIQ/manageiq/pull/14231
https://github.com/ManageIQ/manageiq-ui-classic/pull/682

Comment 16 Mooli Tayer 2017-04-27 10:43:14 UTC
POST ?

Comment 19 Einat Pacifici 2017-11-12 12:39:43 UTC
Verified. In the Volumes summary page there is a Pods link. This enables the user to view the exact pods that are using the specific PV.