Bug 1476940

Summary: Log Spam: MountVolume.SetUp succeeded for volume
Product: OpenShift Container Platform Reporter: Eric Paris <eparis>
Component: StorageAssignee: Bradley Childs <bchilds>
Status: CLOSED CURRENTRELEASE QA Contact: Jianwei Hou <jhou>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.7.0CC: aos-bugs, aos-storage-staff, mawong, rkant
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: 2017-07-31 21:34:35 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 Eric Paris 2017-07-31 21:15:49 UTC
oc v3.6.170

operation_generator.go:609] MountVolume.SetUp succeeded for volume "kubernetes.io/configmap/a8a247f8-72fe-11e7-a49e-122631632f42-config-volume" (spec.Name: "config-volume") pod "a8a247f8-72fe-11e7-a49e-122631632f42" (UID: "a8a247f8-72fe-11e7-a49e-122631632f42").
operation_generator.go:609] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/a8a247f8-72fe-11e7-a49e-122631632f42-router-token-qxgtl" (spec.Name: "router-token-qxgtl") pod "a8a247f8-72fe-11e7-a49e-122631632f42" (UID: "a8a247f8-72fe-11e7-a49e-122631632f42").
operation_generator.go:609] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/a8a247f8-72fe-11e7-a49e-122631632f42-server-certificate" (spec.Name: "server-certificate") pod "a8a247f8-72fe-11e7-a49e-122631632f42" (UID: "a8a247f8-72fe-11e7-a49e-122631632f42").

My node is running a single pod. Every ~2 minutes I see the 3 above log messages. These are all spam at V(2). I want to know about system state changes at V(2). Not useless spam over and over and over. On a busy node (150+ pods) this can easily add up to more than 4 messages per second of useless log spam.

I wouldd like to see log message about state change in this area at V(2). If this message has any debug value please reduce them to at least V(4).

Comment 1 Matthew Wong 2017-07-31 21:22:43 UTC
Somebody's done it for 1.7, I'll backport it to 3.6 https://github.com/kubernetes/kubernetes/pull/46367

Comment 2 Eric Paris 2017-07-31 21:30:11 UTC
If it's done in 3.7 just close the BZ