Skip to content

Commit 7d88344

Browse files
authored
Merge pull request #1965 from k8s-infra-cherrypick-robot/cherry-pick-1964-to-release-1.25
[release-1.25] fix: incorrect metris log in NodeStageVolume
2 parents b870c5b + 53f1c45 commit 7d88344

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)