@@ -86,7 +86,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
86
86
setKeyValueInMap (context , getAccountKeyFromSecretField , trueValue )
87
87
setKeyValueInMap (context , storageAccountField , "" )
88
88
}
89
- klog .V (2 ).Infof ("NodePublishVolume: ephemeral volume(%s) mount on %s, VolumeContext: %v " , volumeID , target , context )
89
+ klog .V (2 ).Infof ("NodePublishVolume: ephemeral volume(%s) mount on %s" , volumeID , target )
90
90
_ , err := d .NodeStageVolume (ctx , & csi.NodeStageVolumeRequest {
91
91
StagingTargetPath : target ,
92
92
VolumeContext : context ,
@@ -307,8 +307,8 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
307
307
}
308
308
309
309
if isNFSProtocol (protocol ) {
310
- klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n context %v \ n mountflags %v\n serverAddress %v" ,
311
- targetPath , protocol , volumeID , attrib , mountFlags , serverAddress )
310
+ klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n mountflags %v\n serverAddress %v" ,
311
+ targetPath , protocol , volumeID , mountFlags , serverAddress )
312
312
313
313
mountType := AZNFS
314
314
if ! d .enableAznfsMount || protocol == NFSv3 {
0 commit comments