mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4009: healthcheck.update.interval global config missing after upgrade.
Added the parameter in the db schema file.
This commit is contained in:
parent
16c1de84e0
commit
68f194b14f
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue