Use ExternalID in NodeStageVolume RPC (#7754)
This commit is contained in:
parent
ba70c54340
commit
c68c19f3cf
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue