From 5519492e3e38b0bdecc21b6bef77ce64a1399345 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Sat, 20 Jul 2013 12:21:16 -0700 Subject: [PATCH] CLOUDSTACK-3684:Failed to start MS due to missing UCS configuration values in DB. --- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index 47aa5f296ea..b4a3cd57c50 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -2253,3 +2253,5 @@ CREATE VIEW `cloud`.`project_view` AS ALTER TABLE `cloud`.`sync_queue` MODIFY `queue_size` smallint(6) NOT NULL DEFAULT '0' COMMENT 'number of items being processed by the queue'; 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');