From 12b91604357755453767e34da45bcbb0e17f71b8 Mon Sep 17 00:00:00 2001 From: Harikrishna Patnala Date: Tue, 13 Aug 2013 14:19:18 +0530 Subject: [PATCH] =CLOUDSTACK-4271: ASF 4.1 to 4.2 Upgrade: Missing Global Configuration parameter vmware.nested.virtualization on the Upgraded Setup. Signed off by :- Nitin Mehta --- setup/db/db/schema-412to420.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-412to420.sql b/setup/db/db/schema-412to420.sql index 1a33469e68a..5d957b6c903 100644 --- a/setup/db/db/schema-412to420.sql +++ b/setup/db/db/schema-412to420.sql @@ -2302,6 +2302,7 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'manag INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'kvm.snapshot.enabled', 'false', 'whether snapshot is enabled for KVM hosts'); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'eip.use.multiple.netscalers', 'false', 'Should be set to true, if there will be multiple NetScaler devices providing EIP service in a zone'); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'snapshot.backup.rightafter', 'true', 'backup snapshot right after snapshot is taken'); +INSERT IGNORE INTO `cloud`.`configuration` VALUES ("Advanced", 'DEFAULT', 'management-server', 'vmware.nested.virtualization', 'false', 'When set to true this will enable nested virtualization when this is supported by the hypervisor'); DELETE FROM `cloud`.`configuration` where name='vmware.guest.vswitch'; DELETE FROM `cloud`.`configuration` where name='vmware.private.vswitch';