@@ -326,8 +326,8 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
326
326
}
327
327
328
328
if isNFSProtocol (protocol ) {
329
- klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n context %v \ n mountflags %v\n serverAddress %v" ,
330
- targetPath , protocol , volumeID , attrib , mountFlags , serverAddress )
329
+ klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n mountflags %v\n serverAddress %v" ,
330
+ targetPath , protocol , volumeID , mountFlags , serverAddress )
331
331
332
332
mountType := AZNFS
333
333
if ! d .enableAznfsMount || protocol == NFSv3 {
@@ -383,8 +383,8 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
383
383
args = args + " " + opt
384
384
}
385
385
386
- klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n context %v \ n mountflags %v\n mountOptions %v\n args %v\n serverAddress %v" ,
387
- targetPath , protocol , volumeID , attrib , mountFlags , mountOptions , args , serverAddress )
386
+ klog .V (2 ).Infof ("target %v\n protocol %v\n \n volumeId %v\n mountflags %v\n mountOptions %v\n args %v\n serverAddress %v" ,
387
+ targetPath , protocol , volumeID , mountFlags , mountOptions , args , serverAddress )
388
388
389
389
authEnv = append (authEnv , "AZURE_STORAGE_ACCOUNT=" + accountName , "AZURE_STORAGE_BLOB_ENDPOINT=" + serverAddress )
390
390
if d .enableBlobMockMount {
0 commit comments