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:37:07 +05:30
parent 16c1de84e0
commit 68f194b14f
1 changed files with 1 additions and 0 deletions

View File

@ -2221,4 +2221,5 @@ CREATE TABLE `cloud_usage`.`usage_vmsnapshot` (
ALTER TABLE volumes ADD COLUMN vm_snapshot_chain_size bigint(20) unsigned;
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');