mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue