Bug 1383187

Summary: Could not specify containers info through select specific containers on attach storage page
Product: OKD Reporter: Yadan Pei <yapei>
Component: Management ConsoleAssignee: Erin Boyd <eboyd>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: high    
Version: 3.xCC: aos-bugs, jforrest, mmccomas, zherman
Target Milestone: ---   
Target Release: ---   
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: 2016-12-09 21:52:14 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:
Attachments:
Description Flags
NoContainersInfoDisplayed none

Description Yadan Pei 2016-10-10 06:46:53 UTC
Description of problem:
When attach storage to dc, clicking "select specific containers" didn't show  containers info

Version-Release number of selected component (if applicable):
openshift v1.4.0-alpha.0+e76e0e8 (latest origin-web-console, the latest commit is 6a78401,manually vendored)
kubernetes v1.4.0+776c994
etcd 3.1.0-alpha.1

How reproducible:
Always

Steps to Reproduce:
1.Create PVC
# oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/persistent-volumes/nfs/claim-rwo.json
2.Create DC with two containers
# oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/deployment/dc-with-two-containers.yaml
3. Applications -> Deployments -> select 'dctest' -> Actions -> Attach Storage
Select pvc: nfsc
Click "select specific containers"

Actual results:
3. After clicking "select specific containers", containers info are not displayed, see attachment

Expected results:
3. Clicking "select specific containers" should show all its containers and user could select container to attach volume

Additional info:

Comment 1 Yadan Pei 2016-10-10 06:49:04 UTC
Created attachment 1208735 [details]
NoContainersInfoDisplayed

Comment 2 Zac Herman 2016-10-27 16:04:32 UTC
PR #750 opened to fix this

Comment 3 openshift-github-bot 2016-10-27 16:43:59 UTC
Commit pushed to master at https://github.com/openshift/origin-web-console

https://github.com/openshift/origin-web-console/commit/83ef866f5cded61aeb5b37e83a4dcb96dd331b7c
Merge pull request #750 from zherman0/bug1383187

Merged by openshift-bot

Comment 4 Yadan Pei 2016-11-01 05:36:21 UTC
Checked against latest origin-web-console(latest commit is 34067a1)

Now clicking "select specific containers", containers info could be displayed 

Move to VERIFIED