Lower volume attached touch log level

This commit is contained in:
mowangdk 2022-11-16 14:30:24 +08:00
parent 96fd7b1b50
commit bf244d3046

View File

@ -323,7 +323,7 @@ func (rc *reconciler) attachDesiredVolumes() {
attachState := rc.actualStateOfWorld.GetAttachState(volumeToAttach.VolumeName, volumeToAttach.NodeName)
if attachState == cache.AttachStateAttached {
// Volume/Node exists, touch it to reset detachRequestedTime
klog.V(5).InfoS("Volume attached--touching", "volume", volumeToAttach)
klog.V(10).InfoS("Volume attached--touching", "volume", volumeToAttach)
rc.actualStateOfWorld.ResetDetachRequestTime(volumeToAttach.VolumeName, volumeToAttach.NodeName)
continue
}