mirror of https://github.com/apache/cloudstack.git
CS-16297 : Upgrade from 2.2.14->2.2.15: Host goes to Alert state after upgrade from 2.2.14 to 2.2.15
Configuration value direct.agent.pool.size is missing in case of upgrade. In case of fresh install it is present. Reviewed-by: Kishan
This commit is contained in:
parent
f4dcba1b46
commit
a8addeea47
|
|
@ -1,3 +1,5 @@
|
|||
--;
|
||||
-- Schema upgrade from 2.2.14 to 2.2.15;
|
||||
--;
|
||||
--;
|
||||
|
||||
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'direct.agent.pool.size', '1000', 'Default size for DirectAgentPool');
|
||||
|
|
|
|||
Loading…
Reference in New Issue