GutoVeronezi commented on code in PR #7987:
URL: https://github.com/apache/cloudstack/pull/7987#discussion_r1333565460
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java:
##########
@@ -452,6 +452,8 @@ public class LibvirtComputingResource extends
ServerResourceBase implements Serv
private long _dom0OvercommitMem;
+ private int _dom0MinCpuCores;
Review Comment:
@mlsorensen, if we keep adding the legacy pattern we will end up increasing
the efforts needed to normalize it afterwards. Is not always that we can put
efforts on normalize these things; therefore, doing it gradually is the best
option.
--
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]