From 5e72ddec85a5d018fe087d4f8dc77bc4ccc91db2 Mon Sep 17 00:00:00 2001 From: Devdeep Singh Date: Fri, 2 Aug 2013 13:16:01 +0530 Subject: [PATCH] CLOUDSTACK-4009: healthcheck.update.interval global config missing after upgrade. Added the parameter in the db schema file. --- setup/db/db/schema-410to420.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index de4b7658461..6fdf3fea267 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -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'); \ No newline at end of file +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');