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_r343569890
 
 

 ##########
 File path: engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql
 ##########
 @@ -540,3 +664,7 @@ CREATE TABLE `cloud`.`template_ovf_properties` (
 -- Add VM snapshot ID on usage helper tables
 ALTER TABLE `cloud_usage`.`usage_vmsnapshot` ADD COLUMN `vm_snapshot_id` 
BIGINT(20) NULL DEFAULT NULL AFTER `processed`;
 ALTER TABLE `cloud_usage`.`usage_snapshot_on_primary` ADD COLUMN 
`vm_snapshot_id` BIGINT(20) NULL DEFAULT NULL AFTER `deleted`;
+
+-- Add configuration to set the MTU for OVS and KVM
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Network', 'DEFAULT', 
'management-server', 'kvm.mtu.size', null,
 
 Review comment:
   changed, please check again

----------------------------------------------------------------
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

Reply via email to