dhlaluku commented on a change in pull request #2839: Enable DPDK support on KVM
URL: https://github.com/apache/cloudstack/pull/2839#discussion_r224384777
 
 

 ##########
 File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
 ##########
 @@ -514,6 +515,8 @@
     private static final ConfigKey<Boolean> AllowDeployVmIfGivenHostFails = 
new ConfigKey<Boolean>("Advanced", Boolean.class, 
"allow.deploy.vm.if.deploy.on.given.host.fails", "false",
             "allow vm to deploy on different host if vm fails to deploy on the 
given host ", true);
 
+    private static final ConfigKey<Boolean> EnableAdditionalVmConfig = new 
ConfigKey<>("Advanced", Boolean.class, "enable.additional.vm.configuration",
 
 Review comment:
   @nvazquez Can we change this setting from 
'enable.additional.vm.configuration' to 'additional.vm.configuration.allow' or 
'additional.vm.configuration.enable'?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to