From 87378c3f3a61aa3064c8908f6ace48a6954f67f7 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Fri, 17 Aug 2012 13:15:49 -0700 Subject: [PATCH] add db upgrade for ha.workers --- setup/db/db/schema-302to40.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-302to40.sql b/setup/db/db/schema-302to40.sql index 4ba6344602d..acfb83d1b17 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),