CLOUDSTACK-4009: healthcheck.update.interval global config missing after upgrade.

Added the parameter in the db schema file.
This commit is contained in:
Devdeep Singh 2013-08-02 13:16:01 +05:30
parent de96512877
commit 5e72ddec85
1 changed files with 2 additions and 1 deletions

View File

@ -2223,4 +2223,5 @@ CREATE VIEW `cloud`.`account_vmstats_view` AS
vm_type = 'User'
group by account_id , state;
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'KVM.snapshot.enabled', 'false', 'whether snapshot is enabled for KVM hosts');
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'healthcheck.update.interval', '600', 'Time Interval to fetch the LB health check states (in sec)');
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'KVM.snapshot.enabled', 'false', 'whether snapshot is enabled for KVM hosts');