mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 7625: setVCPUsMAX first then setVCPUsAtStartup
status 7625: resolved fixed
This commit is contained in:
parent
66c41efba8
commit
7c44823a2e
@ -591,8 +591,8 @@ public abstract class CitrixResourceBase implements ServerResource {
|
||||
vm.removeFromOtherConfig(conn, "disks");
|
||||
vm.setNameLabel(conn, vmSpec.getName());
|
||||
setMemory(conn, vm, vmSpec.getMinRam());
|
||||
vm.setVCPUsAtStartup(conn, (long)vmSpec.getCpus());
|
||||
vm.setVCPUsMax(conn, (long)vmSpec.getCpus());
|
||||
vm.setVCPUsAtStartup(conn, (long)vmSpec.getCpus());
|
||||
|
||||
Map<String, String> vcpuParams = new HashMap<String, String>();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user