sureshanaparti commented on a change in pull request #4662:
URL: https://github.com/apache/cloudstack/pull/4662#discussion_r688315471



##########
File path: 
vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java
##########
@@ -549,12 +549,6 @@ public static void 
setBasicVmConfig(VirtualMachineConfigSpec vmConfig, int cpuCo
 
         cpuInfo.setReservation((long)cpuReservedMhz);
         vmConfig.setCpuAllocation(cpuInfo);
-        if (cpuSpeedMHz != cpuReservedMhz) {

Review comment:
       @nvazquez Hot-adding cpu & memory are set / overridden based on guest OS 
support. Also, the reservation and hot add are different things. So, I think, 
the hot add config here seems not relevant now.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to