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 AE46810980 for ; Sat, 20 Jul 2013 19:22:04 +0000 (UTC) Received: (qmail 56899 invoked by uid 500); 20 Jul 2013 19:22:04 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 56880 invoked by uid 500); 20 Jul 2013 19:22:04 -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 56873 invoked by uid 99); 20 Jul 2013 19:22:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 19:22:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5C1458AFC26; Sat, 20 Jul 2013 19:22:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.2 to 5519492 Date: Sat, 20 Jul 2013 19:22:04 +0000 (UTC) Updated Branches: refs/heads/4.2 08e722dda -> 5519492e3 CLOUDSTACK-3684:Failed to start MS due to missing UCS configuration values in DB. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5519492e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5519492e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5519492e Branch: refs/heads/4.2 Commit: 5519492e3e38b0bdecc21b6bef77ce64a1399345 Parents: 08e722d Author: Min Chen Authored: Sat Jul 20 12:21:16 2013 -0700 Committer: Min Chen Committed: Sat Jul 20 12:21:16 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5519492e/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index 47aa5f2..b4a3cd5 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -2253,3 +2253,5 @@ CREATE VIEW `cloud`.`project_view` AS ALTER TABLE `cloud`.`sync_queue` MODIFY `queue_size` smallint(6) NOT NULL DEFAULT '0' COMMENT 'number of items being processed by the queue'; ALTER TABLE `cloud`.`sync_queue` MODIFY `queue_size_limit` smallint(6) NOT NULL DEFAULT '1' COMMENT 'max number of items the queue can process concurrently'; + +INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'ucs.sync.blade.interval', '3600', 'the interval cloudstack sync with UCS manager for available blades in case user remove blades from chassis without notifying CloudStack');