Bug 1293869

Summary: [fork][userinterface_public_500]Can not specify one of multiple containers when attach pvc from web console
Product: OKD Reporter: Yanping Zhang <yanpzhan>
Component: Management ConsoleAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, mmccomas, yanpzhan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 17:12:38 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:
Description Flags
snapshot
none
dc-with-two-containers none

Description Yanping Zhang 2015-12-23 10:23:41 UTC
Description of problem:
Create a dc to trigger a pod with multiple containers. After the pod is running, try to attach a pvc to one of containers from web console, there is no check box to do this on the page.

Version-Release number of selected component (if applicable):
openshift v1.1-620-g34d6fde
kubernetes v1.1.0-origin-1107-g4c8e6f4
etcd 2.1.2

fork_ami_openshift3_userinterface_public_500_164

How reproducible:
Always

Steps to Reproduce:
1.Create dc to trigger pod with 2 containers in project
2.Create pvc in project
3.Try to attach the pvc to one of the containers from web console.

Actual results:
3.There is no check box for user to choose container on the page. The attach action will attach the pvc to all the containers by default.

Expected results:
3.Should have check boxes on the page so that user could choose container.

Additional info:
Could attach pvc to one of the containers from CLI.

Comment 1 Fabiano Franz 2015-12-24 03:22:53 UTC
You don't get the checkboxes when clicking the "select specific containers" link at the bottom, right above the buttons? If so, could you provide the template of your dc?

Comment 2 Yanping Zhang 2015-12-24 04:16:00 UTC
After I click the "select specific containers", there is no checkbox above the button, refer to the snapshot pls. And attach the dc file as well.

Comment 3 Yanping Zhang 2015-12-24 04:17:12 UTC
Created attachment 1109129 [details]
snapshot

Comment 4 Yanping Zhang 2015-12-24 04:17:54 UTC
Created attachment 1109130 [details]
dc-with-two-containers

Comment 5 Fabiano Franz 2015-12-24 16:36:10 UTC
Thanks, fixed in fork_ami_openshift3_userinterface_public_500_165.

Comment 6 Yanping Zhang 2015-12-25 06:34:44 UTC
Tested against fork_ami_openshift3_userinterface_public_500_165.
Now there are check boxes on the page, and could attach a pvc to one of the containers successfully. 
The bug has been fixed, so move it to Verified.