CLOUDSTACK-3684:Failed to start MS due to missing UCS configuration

values in DB.
This commit is contained in:
Min Chen 2013-07-20 12:21:16 -07:00
parent f8b5a4159b
commit ad269304f6
1 changed files with 2 additions and 0 deletions

View File

@ -2257,3 +2257,5 @@ ALTER TABLE `cloud`.`network_offerings` ADD COLUMN `concurrent_connections` int(
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');