Updated Branches: refs/heads/master f8b5a4159 -> ad269304f
CLOUDSTACK-3684:Failed to start MS due to missing UCS configuration values in DB. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ad269304 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ad269304 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ad269304 Branch: refs/heads/master Commit: ad269304f661e7883eeec9b20752a2d4639a286f Parents: f8b5a41 Author: Min Chen <[email protected]> Authored: Sat Jul 20 12:21:16 2013 -0700 Committer: Min Chen <[email protected]> Committed: Sat Jul 20 12:26:31 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ad269304/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index dd8c75a..8eea6f3 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -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');
