@@ -99,7 +99,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
99
99
setKeyValueInMap (context , getAccountKeyFromSecretField , trueValue )
100
100
setKeyValueInMap (context , storageAccountField , "" )
101
101
}
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 )
103
103
_ , err := d .NodeStageVolume (ctx , & csi.NodeStageVolumeRequest {
104
104
StagingTargetPath : target ,
105
105
VolumeContext : context ,
@@ -341,8 +341,8 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
341
341
}
342
342
343
343
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 )
346
346
347
347
mountType := AZNFS
348
348
if ! d .enableAznfsMount || protocol == NFSv3 {
0 commit comments