Commit 580f3bc2 authored by Charlie Voiselle's avatar Charlie Voiselle
Browse files

Use ExternalID in NodeStageVolume RPC

parent 71744bcc
Branches unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -166,7 +166,7 @@ func (v *volumeManager) stageVolume(ctx context.Context, vol *structs.CSIVolume,
// CSI NodeStageVolume errors for timeout, codes.Unavailable and
// codes.ResourceExhausted are retried; all other errors are fatal.
return v.plugin.NodeStageVolume(ctx,
vol.ID,
vol.ExternalID,
publishContext,
pluginStagingPath,
capability,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment