mdominka commented on a change in pull request #3186: Add possibility to set
KVM MTU size for all NIC
URL: https://github.com/apache/cloudstack/pull/3186#discussion_r341990494
##########
File path:
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
##########
@@ -230,7 +227,18 @@
public class NetworkOrchestrator extends ManagerBase implements
NetworkOrchestrationService, Listener, Configurable {
static final Logger s_logger = Logger.getLogger(NetworkOrchestrator.class);
- private static final String KVM_MTU_SIZE = "kvm.mtu.size";
+ public static final ConfigKey<Integer> NetworkGcWait = new
ConfigKey<Integer>(Integer.class,
+ "network.gc.wait", "Advanced", "600",
Review comment:
I did not add these keys, just moved them from the bottom up.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services