Bug 1313549

Summary: Volumes in 3.1 don't mount git
Product: OpenShift Container Platform Reporter: Jay Vyas <jvyas>
Component: StorageAssignee: Bradley Childs <bchilds>
Status: CLOSED CURRENTRELEASE QA Contact: Jianwei Hou <jhou>
Severity: low Docs Contact:
Priority: medium    
Version: 3.1.0CC: aos-bugs, eparis
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Volumes in 3.1 don't mount git Consequence: Git Volumes wouldn't mount Fix: Code Change Result: Git volumes mount
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-15 14:31:08 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:

Description Jay Vyas 2016-03-01 21:29:52 UTC
Description of problem:

In certain OSE versions < 3.2, git volumes won't mount.  This was a fixed upstream issue, but fixed after OSE 3.1 


Version-Release number of selected component (if applicable):

oc v3.1.1.6-21-gcd70c35
kubernetes v1.1.0-origin-1107-g4c8e6f4

How reproducible:



Steps to Reproduce:
1. Run kube e2e tests with focus="EmptyDir wrapper volumes"

Actual results:

Test fails: Diving into container logs, Pod doesnt mount because the pod dir isn't created by kube.


Expected results:

Test passes.

Additional info:


The fix:  Update OSE to 3.2, or make titrate the patch https://github.com/kubernetes/kubernetes/pull/18445 into OSE 3.1 release streams

Comment 1 Bradley Childs 2016-03-03 16:26:43 UTC
This is fixed here:

https://github.com/kubernetes/kubernetes/pull/18445

Comment 3 Mike McCune 2016-03-28 22:18:06 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 4 Eric Paris 2017-06-15 14:31:08 UTC
I'm just going to close this. It's not something we are actively working on and was fixed long ago.