Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B35110727 for ; Wed, 21 Aug 2013 22:49:28 +0000 (UTC) Received: (qmail 69939 invoked by uid 500); 21 Aug 2013 22:49:28 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 69919 invoked by uid 500); 21 Aug 2013 22:49:28 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 69912 invoked by uid 99); 21 Aug 2013 22:49:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2013 22:49:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 17BDF8C2208; Wed, 21 Aug 2013 22:49:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: animesh@apache.org To: commits@cloudstack.apache.org Message-Id: <94315240afaa4d93b56c6bcf869ba4ca@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.2 to 26b897e Date: Wed, 21 Aug 2013 22:49:28 +0000 (UTC) Updated Branches: refs/heads/4.2 d019388bf -> 26b897ee1 CLOUDSTACK-4426 [VMware] [upgrade] system VM not coming up after upgrade from 3.0.4 to 4.2 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/26b897ee Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/26b897ee Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/26b897ee Branch: refs/heads/4.2 Commit: 26b897ee106fdf33856b4241e269164f7e449f52 Parents: d019388 Author: frank Authored: Wed Aug 21 14:57:59 2013 -0700 Committer: animesh Committed: Wed Aug 21 15:36:11 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-307to410.sql | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/26b897ee/setup/db/db/schema-307to410.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-307to410.sql b/setup/db/db/schema-307to410.sql index b682b4e..70cddfd 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