Bug 1444131

Summary: Kubelet spamming Unable to mount volumes for pod even if volumes are mounted!
Product: OpenShift Container Platform Reporter: Hemant Kumar <hekumar>
Component: StorageAssignee: Bradley Childs <bchilds>
Status: CLOSED DUPLICATE QA Contact: Jianwei Hou <jhou>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.5.0CC: aos-bugs, mawong
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-20 17:06:51 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:

Description Hemant Kumar 2017-04-20 15:47:57 UTC
Description of problem:

For static pods, following message is being logged continuously even if volume is mounted and pod is running:

Apr 20 14:21:15 ip-xxxxxx atomic-openshift-node[45188]: E0420 14:21:15.868763   45188 kubelet.go:1523] Unable to mount volumes for pod "jenkins-1-tphnk_dakinitest-20170412-8(12fad6f0-2469-11e7-a4d0-0a0ddbb52ad4)": timeout expired waiting for volumes to attach/mount
 for pod "dakinitest-20170412-8"/"jenkins-1-tphnk". list of unattached/unmounted volumes=[jenkins-data]; skipping pod
Apr 20 14:23:16 ip-xxxxxx atomic-openshift-node[45188]: E0420 14:23:16.925193   45188 kubelet.go:1523] Unable to mount volumes for pod "jenkins-1-tphnk_dakinitest-20170412-8(12fad6f0-2469-11e7-a4d0-0a0ddbb52ad4)": timeout expired waiting for volumes to attach/mount
 for pod "dakinitest-20170412-8"/"jenkins-1-tphnk". list of unattached/unmounted volumes=[jenkins-data]; skipping pod
Apr 20 14:25:17 ip-xxxxxx atomic-openshift-node[45188]: E0420 14:25:17.001792   45188 kubelet.go:1523] Unable to mount volumes for pod "jenkins-1-tphnk_dakinitest-20170412-8(12fad6f0-2469-11e7-a4d0-0a0ddbb52ad4)": timeout expired waiting for volumes to attach/mount
 for pod "dakinitest-20170412-8"/"jenkins-1-tphnk". list of unattached/unmounted volumes=[jenkins-data]; skipping pod
Apr 20 14:27:17 ip-xxxxxx atomic-openshift-node[45188]: E0420 14:27:17.554596   45188 kubelet.go:1523] Unable to mount volumes for pod "jenkins-1-tphnk_dakinitest-20170412-8(12fad6f0-2469-11e7-a4d0-0a0ddbb52ad4)": timeout expired waiting for volumes to attach/mount
 for pod "dakinitest-20170412-8"/"jenkins-1-tphnk". list of unattached/unmounted volumes=[jenkins-data]; skipping pod
Apr 20 14:29:18 ip-xxxxxx atomic-openshift-node[45188]: E0420 14:29:18.401437   45188 kubelet.go:1523] Unable to mount volumes for pod "jenkins-1-tphnk_dakinitest-20170412-8(12fad6f0-2469-11e7-a4d0-0a0ddbb52ad4)": timeout expired waiting for volumes to attach/mount
 for pod "dakinitest-20170412-8"/"jenkins-1-tphnk". list of unattached/unmounted volumes=[jenkins-data]; skipping pod
Apr 20 14:31:19 ip-xxxxxx atomic-openshift-node[45188]: E0420 14:31:19.360924   45188 kubelet.go:1523] Unable to mount volumes for pod "jenkins-1-tphnk_dakinitest-20170412-8(12fad6f0-2469-11e7-a4d0-0a0ddbb52ad4)": timeout expired waiting for volumes to attach/mount
 for pod "dakinitest-20170412-8"/"jenkins-1-tphnk". list of unattached/unmounted volumes=[jenkins-data]; skipping pod

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

3.5.5.7


Expected results:

that message shouldn't be logged if volumes are mounted and pod is successfully running.


Additional info:


Description of problem:

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

How reproducible:

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:

Master Log:

Node Log (of failed PODs):

PV Dump:

PVC Dump:

StorageClass Dump (if StorageClass used by PV/PVC):

Additional info:

Comment 3 Hemant Kumar 2017-04-20 17:06:51 UTC
Closing as duplicate

*** This bug has been marked as a duplicate of bug 1444096 ***