@@ -952,7 +952,7 @@ func (m *ManagerImpl) GetDeviceRunContainerOptions(pod *v1.Pod, container *v1.Co
952
952
}
953
953
954
954
if ! m .checkPodActive (pod ) {
955
- klog .InfoS ("pod deleted from activePods, skip to reAllocate" , "pod" , klog .KObj (pod ), "podUID" , podUID , "containerName" , container .Name )
955
+ klog .V ( 5 ). InfoS ("pod deleted from activePods, skip to reAllocate" , "pod" , klog .KObj (pod ), "podUID" , podUID , "containerName" , container .Name )
956
956
continue
957
957
}
958
958
@@ -984,7 +984,7 @@ func (m *ManagerImpl) callPreStartContainerIfNeeded(podUID, contName, resource s
984
984
985
985
if eI .opts == nil || ! eI .opts .PreStartRequired {
986
986
m .mutex .Unlock ()
987
- klog .V (4 ).InfoS ("Plugin options indicate to skip PreStartContainer for resource" , "podUID" , podUID , "resourceName" , resource , "containerName" , contName )
987
+ klog .V (5 ).InfoS ("Plugin options indicate to skip PreStartContainer for resource" , "podUID" , podUID , "resourceName" , resource , "containerName" , contName )
988
988
return nil
989
989
}
990
990
@@ -1014,7 +1014,7 @@ func (m *ManagerImpl) callGetPreferredAllocationIfAvailable(podUID, contName, re
1014
1014
}
1015
1015
1016
1016
if eI .opts == nil || ! eI .opts .GetPreferredAllocationAvailable {
1017
- klog .V (4 ).InfoS ("Plugin options indicate to skip GetPreferredAllocation for resource" , "resourceName" , resource , "podUID" , podUID , "containerName" , contName )
1017
+ klog .V (5 ).InfoS ("Plugin options indicate to skip GetPreferredAllocation for resource" , "resourceName" , resource , "podUID" , podUID , "containerName" , contName )
1018
1018
return nil , nil
1019
1019
}
1020
1020
0 commit comments