Use ExternalID in NodeStageVolume RPC (#7754)

This commit is contained in:
Charlie Voiselle 2020-04-20 17:13:46 -04:00 committed by GitHub
parent ba70c54340
commit c68c19f3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,