@@ -99,7 +99,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
9999 setKeyValueInMap (context , getAccountKeyFromSecretField , trueValue )
100100 setKeyValueInMap (context , storageAccountField , "" )
101101 }
102- klog .V (2 ).Infof ("NodePublishVolume: ephemeral volume(%s) mount on %s, VolumeContext: %v " , volumeID , target , context )
102+ klog .V (2 ).Infof ("NodePublishVolume: ephemeral volume(%s) mount on %s" , volumeID , target )
103103 _ , err := d .NodeStageVolume (ctx , & csi.NodeStageVolumeRequest {
104104 StagingTargetPath : target ,
105105 VolumeContext : context ,
@@ -341,8 +341,8 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
341341 }
342342
343343 if isNFSProtocol (protocol ) {
344- klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n context %v \ n mountflags %v\n serverAddress %v" ,
345- targetPath , protocol , volumeID , attrib , mountFlags , serverAddress )
344+ klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n mountflags %v\n serverAddress %v" ,
345+ targetPath , protocol , volumeID , mountFlags , serverAddress )
346346
347347 mountType := AZNFS
348348 if ! d .enableAznfsMount || protocol == NFSv3 {
0 commit comments