Hide Forgot
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:
Created attachment 1208735 [details] NoContainersInfoDisplayed
PR #750 opened to fix this
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
Checked against latest origin-web-console(latest commit is 34067a1) Now clicking "select specific containers", containers info could be displayed Move to VERIFIED