You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mi...@apache.org on 2013/07/24 03:17:24 UTC

git commit: updated refs/heads/4.2 to 9ca7253

Updated Branches:
  refs/heads/4.2 3af96338d -> 9ca72536c


CLOUDSTACK-3601 add vmsnapshots related global setting to upgrade sql


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9ca72536
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9ca72536
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9ca72536

Branch: refs/heads/4.2
Commit: 9ca72536c35fc05e70bd613d84d9c1fed5540a52
Parents: 3af9633
Author: Mice Xia <mi...@tcloudcomputing.com>
Authored: Tue Jul 23 11:16:09 2013 +0800
Committer: Mice Xia <mi...@tcloudcomputing.com>
Committed: Wed Jul 24 09:22:38 2013 +0800

----------------------------------------------------------------------
 setup/db/db/schema-410to420.sql | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9ca72536/setup/db/db/schema-410to420.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql
index 22dd955..f9417a0 100644
--- a/setup/db/db/schema-410to420.sql
+++ b/setup/db/db/schema-410to420.sql
@@ -2148,3 +2148,6 @@ ALTER TABLE `cloud`.`sync_queue` MODIFY `queue_size` smallint(6) NOT NULL DEFAUL
 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');
+
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'vmsnapshot.max', '10', 'Maximum vm snapshots for a VM');
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'vmsnapshot.create.wait', '1800','In second, timeout for create vm snapshot');