Skip to content

Commit

Permalink
Use ExternalID in NodeStageVolume RPC (#7754)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub committed Apr 20, 2020
1 parent c364732 commit 2c1dcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pluginmanager/csimanager/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.RemoteID(),
publishContext,
pluginStagingPath,
capability,
Expand Down

0 comments on commit 2c1dcc8

Please sign in to comment.