GutoVeronezi commented on a change in pull request #5273:
URL: https://github.com/apache/cloudstack/pull/5273#discussion_r683624688
##########
File path:
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
##########
@@ -4502,6 +4506,11 @@ public boolean isSecureMode(String bootMode) {
}
private void setCpuTopology(CpuModeDef cmd, int vcpus, Map<String, String>
details) {
+ if (!enableManuallySettingCpuTopologyOnKvmVm) {
+ s_logger.info(String.format("Skipping manually setting CPU
topology on VM's XML due to it is disabled in agent.properties {\"property\":
\"%s\", \"value\": %s}.",
Review comment:
Done, thanks!
--
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]