Skip to content

Commit bb1b0d6

Browse files
authored
Merge pull request #1966 from k8s-infra-cherrypick-robot/cherry-pick-1964-to-release-1.26
[release-1.26] fix: incorrect metris log in NodeStageVolume
2 parents 74e7afe + e926b60 commit bb1b0d6

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)