Skip to content

Commit b0ce2e9

Browse files
authored
Merge pull request #1964 from andyzhangx/fix-incorrect-metrics-log
fix: incorrect metris log in NodeStageVolume
2 parents fdc3d34 + 69fbfe0 commit b0ce2e9

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)