Skip to content

Commit

Permalink
CLOUDSTACK-10031: change default configuration for router.aggregation…
Browse files Browse the repository at this point in the history
….command.each.timeout from 3 to 600 seconds (apache#2223)

Change default configuration for router.aggregation.command.each.timeout from 3 to 600 seconds (apache#2223)
(cherry picked from commit 17bc6af)

This fixes some test_nic failures caused due to short aggregation command timeout

Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
sgoeminn authored and rohityadavcloud committed Aug 17, 2017
1 parent f243f70 commit dc361e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/db/db/schema-4920to4930.sql
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid, hypervisor_type, hypervi
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid, hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(), 'KVM', 'default', 'Other PV Virtio-SCSI (64-bit)', 275, 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) SELECT UUID(),'VMware', '6.5', guest_os_name, guest_os_id, utc_timestamp(), 0 FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND hypervisor_version='6.0' AND (guest_os_id NOT IN (1,2,3,4,62,63,64,65,156,157,221,222) AND guest_os_id NOT BETWEEN 121 AND 130);

UPDATE `cloud`.`configuration` SET value = '600', default_value = '600' WHERE category = 'Advanced' AND name = 'router.aggregation.command.each.timeout';

0 comments on commit dc361e1

Please sign in to comment.