Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Dec 9, 2024
1 parent 4f3d1eb commit 46b751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/controller_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ func (d *Driver) CreateSnapshot(ctx context.Context, req *csi.CreateSnapshotRequ
// Str("requested_source_volume_id", sourceVolID).
// Str("actual_source_volume_id", snapshot.VolID).
// Err(err).
// Msg("Already exists snapshot with the same name but with different SourceVolumeId already exist")
// Msg("Snapshot with the same name but with different SourceVolumeId already exist")
// return nil, status.Errorf(codes.AlreadyExists, "snapshot with the same name %q but with different SourceVolumeId already exist", snapshotName)
// }
// return &csi.CreateSnapshotResponse{
Expand Down

0 comments on commit 46b751a

Please sign in to comment.