Skip to content

Commit

Permalink
Merge pull request #1978 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1977-to-release-1.30

[release-1.30] cleanup: logs refine
  • Loading branch information
andyzhangx authored Jul 13, 2024
2 parents 0cbbee7 + 97be7e1 commit af2790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azurefile/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
}
}

klog.V(2).Infof("cifsMountPath(%v) fstype(%v) volumeID(%v) context(%v) mountflags(%v) mountOptions(%v) volumeMountGroup(%s)", cifsMountPath, fsType, volumeID, context, mountFlags, mountOptions, volumeMountGroup)
klog.V(2).Infof("cifsMountPath(%v) fstype(%v) volumeID(%v) mountflags(%v) mountOptions(%v) volumeMountGroup(%s)", cifsMountPath, fsType, volumeID, mountFlags, mountOptions, volumeMountGroup)

isDirMounted, err := d.ensureMountPoint(cifsMountPath, os.FileMode(mountPermissions))
if err != nil {
Expand Down

0 comments on commit af2790e

Please # to comment.