Skip to content

Commit

Permalink
修改createVolume时日志打印错误的问题 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanu authored Apr 2, 2024
1 parent 73796ce commit dc2e611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/localstorage/controllerserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (ls *localStorage) CreateVolume(ctx context.Context, req *csi.CreateVolumeR
}
volumeContext["localPath.caoyingjunz.io"] = volPath

klog.Infof("pvc %v volume %v successfully deleted", name, volumeID)
klog.Infof("pvc %v volume %v successfully created", name, volumeID)
return &csi.CreateVolumeResponse{
Volume: &csi.Volume{
VolumeId: volumeID,
Expand Down

0 comments on commit dc2e611

Please sign in to comment.