wido 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_r338546280
##########
File path:
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
##########
@@ -563,6 +569,11 @@ public void doInTransactionWithoutResult(final
TransactionStatus status) {
}
_networkOfferingDao.persistDefaultL2NetworkOfferings();
+
+ final String mtu_size =_configDao.getValue(KVM_MTU_SIZE);
+ if (nonNull(mtu_size)) {
Review comment:
Can we use our utils for this or otherwise use Apache Commons notNull?
----------------------------------------------------------------
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