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 6924C10891 for ; Fri, 2 Aug 2013 07:44:49 +0000 (UTC) Received: (qmail 80102 invoked by uid 500); 2 Aug 2013 07:44:49 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 80042 invoked by uid 500); 2 Aug 2013 07:44:47 -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 79982 invoked by uid 99); 2 Aug 2013 07:44:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 07:44:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AD4038B6E6F; Fri, 2 Aug 2013 07:44:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: devdeep@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.2 to 5e72dde Date: Fri, 2 Aug 2013 07:44:45 +0000 (UTC) Updated Branches: refs/heads/4.2 de9651287 -> 5e72ddec8 CLOUDSTACK-4009: healthcheck.update.interval global config missing after upgrade. Added the parameter in the db schema file. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5e72ddec Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5e72ddec Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5e72ddec Branch: refs/heads/4.2 Commit: 5e72ddec85a5d018fe087d4f8dc77bc4ccc91db2 Parents: de96512 Author: Devdeep Singh Authored: Fri Aug 2 13:16:01 2013 +0530 Committer: Devdeep Singh Committed: Fri Aug 2 13:16:01 2013 +0530 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5e72ddec/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index de4b765..6fdf3fe 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -2223,4 +2223,5 @@ CREATE VIEW `cloud`.`account_vmstats_view` AS vm_type = 'User' group by account_id , state; -INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'KVM.snapshot.enabled', 'false', 'whether snapshot is enabled for KVM hosts'); \ No newline at end of file +INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'healthcheck.update.interval', '600', 'Time Interval to fetch the LB health check states (in sec)'); +INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'KVM.snapshot.enabled', 'false', 'whether snapshot is enabled for KVM hosts');