mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Merge pull request #106314 from shivanshu1333/fix/master/105841
Migrated remaining lines of `server.go` and `csi.go` to structured logging
This commit is contained in:
@@ -193,7 +193,7 @@ func (pl *CSILimits) filterAttachableVolumes(
|
||||
|
||||
driverName, volumeHandle := pl.getCSIDriverInfo(csiNode, pvc)
|
||||
if driverName == "" || volumeHandle == "" {
|
||||
klog.V(5).Info("Could not find a CSI driver name or volume handle, not counting volume")
|
||||
klog.V(5).InfoS("Could not find a CSI driver name or volume handle, not counting volume")
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user