Updated Branches: refs/heads/master 9059740dc -> 87378c3f3
add db upgrade for ha.workers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/87378c3f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/87378c3f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/87378c3f Branch: refs/heads/master Commit: 87378c3f3a61aa3064c8908f6ace48a6954f67f7 Parents: 9059740 Author: Edison Su <[email protected]> Authored: Fri Aug 17 13:15:49 2012 -0700 Committer: Edison Su <[email protected]> Committed: Fri Aug 17 13:15:49 2012 -0700 ---------------------------------------------------------------------- setup/db/db/schema-302to40.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/87378c3f/setup/db/db/schema-302to40.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-302to40.sql b/setup/db/db/schema-302to40.sql index 4ba6344..acfb83d 100644 --- a/setup/db/db/schema-302to40.sql +++ b/setup/db/db/schema-302to40.sql @@ -397,6 +397,8 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'manag INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Account Defaults', 'DEFAULT', 'management-server', 'max.account.vpcs', '20', 'The default maximum number of vpcs that can be created for an account'); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Project Defaults', 'DEFAULT', 'management-server', 'max.project.vpcs', '20', 'The default maximum number of vpcs that can be created for a project'); +INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'AgentManager', 'ha.workers', 5, 'Number of HA worker threads.'); + CREATE TABLE `cloud`.`s2s_vpn_gateway` ( `id` bigint unsigned NOT NULL auto_increment COMMENT 'id', `uuid` varchar(40),
