mirror of https://github.com/apache/cloudstack.git
fix priority for volume copy operation (#11109)
This commit is contained in:
parent
f9588960d4
commit
4d46bece4a
|
|
@ -311,6 +311,7 @@ public class PrimeraAdapter implements ProviderAdapter {
|
|||
|
||||
parms.setDestVolume(targetVolumeInfo.getExternalName());
|
||||
parms.setOnline(false);
|
||||
parms.setPriority(1);
|
||||
request.setParameters(parms);
|
||||
|
||||
PrimeraTaskReference taskref = POST("/volumes/" + sourceVolumeInfo.getExternalName(), request, new TypeReference<PrimeraTaskReference>() {});
|
||||
|
|
|
|||
Loading…
Reference in New Issue