From 8b6e251b5d5e47a45f392d999fde0f14765c3ca1 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 18 Dec 2014 12:26:14 +0100 Subject: [PATCH] CLOUDSTACK-7184 config value for xen heartbeat timeout --- setup/db/db/schema-442to450.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-442to450.sql b/setup/db/db/schema-442to450.sql index c51bd00cb37..a12c0f5941d 100644 --- a/setup/db/db/schema-442to450.sql +++ b/setup/db/db/schema-442to450.sql @@ -988,3 +988,5 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'LXC', 'default', 'Debian GNU/Linux 7(32-bit)', 183, utc_timestamp(), 0); INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'LXC', 'default', 'Debian GNU/Linux 7(64-bit)', 184, utc_timestamp(), 0); +INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`, `name`, `value`, `default`, `description`) VALUES ('Advanced', 'DEFAULT', 'ManagementServer', 'xen.heartbeat.timeout' , '180', '120', 'Timeout value to send to the xenheartbeat script for guarding the self fencing functionality'); +