Skip to content

Commit 80bc133

Browse files
authored
Merge pull request #1967 from k8s-infra-cherrypick-robot/cherry-pick-1964-to-release-1.24
[release-1.24] fix: incorrect metris log in NodeStageVolume
2 parents 6008456 + a14e987 commit 80bc133

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)