Skip to content

Commit a14e987

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
fix: incorrect metris log in NodeStageVolume
1 parent 6008456 commit a14e987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/blob/nodeserver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
489489
}
490490

491491
klog.V(2).Infof("volume(%s) mount on %q succeeded", volumeID, targetPath)
492+
isOperationSucceeded = true
492493
return &csi.NodeStageVolumeResponse{}, nil
493494
}
494495

0 commit comments

Comments
 (0)