From 4ca24928e9b83763d62b40dfc90848e218c4ae84 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 21 Aug 2013 14:57:59 -0700 Subject: [PATCH] CLOUDSTACK-4426 [VMware] [upgrade] system VM not coming up after upgrade from 3.0.4 to 4.2 --- setup/db/db/schema-307to410.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-307to410.sql b/setup/db/db/schema-307to410.sql index b682b4e4ea2..70cddfdfbc8 100644 --- a/setup/db/db/schema-307to410.sql +++ b/setup/db/db/schema-307to410.sql @@ -66,6 +66,7 @@ AlTER TABLE physical_network_service_providers ADD CONSTRAINT `fk_pnetwork_servi UPDATE `cloud`.`configuration` SET description='Do URL encoding for the api response, false by default' WHERE name='encode.api.response'; INSERT IGNORE INTO `cloud`.`guest_os_category` VALUES ('11','None',NULL); UPDATE `cloud`.`configuration` set description ='Uuid of the service offering used by console proxy; if NULL - system offering will be used' where name ='consoleproxy.service.offering'; +UPDATE `cloud`.`configuration` set value = '/var/cloudstack/mnt' where name = 'mount.parent'; -- DB upgrade steps from 40-41