From 791092ee0e33787c12d072b1088b67adbfa6603d Mon Sep 17 00:00:00 2001 From: Harikrishna Patnala Date: Tue, 13 Aug 2013 14:21:23 +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-410to420.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index a0327c6090c..50a2e9032ee 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -2302,4 +2302,5 @@ update `cloud`.`configuration` set component = 'SnapshotManager' where category INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Storage', 'DEFAULT', 'management-server', 'storage.cache.replacement.lru.interval', '30', 'time interval for unused data on cache storage (in days).'); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Storage', 'DEFAULT', 'management-server', 'storage.cache.replacement.enabled', 'true', 'enable or disable cache storage replacement algorithm.'); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Storage', 'DEFAULT', 'management-server', 'storage.cache.replacement.interval', '86400', 'time interval between cache replacement threads (in seconds).'); +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');