Uh oh!
There was an error while loading. Please reload this page.
kvm: fix router.aggregation.command.each.timeout is reset to 600 when update other kvm configs - #4496
Conversation
… update other kvm configs
yadvr
commented
Nov 25, 2020
@blueorangutan package |
blueorangutan
commented
Nov 25, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Nov 25, 2020
Packaging result: ✔centos7 ✖centos8 ✖debian. JID-2434 |
yadvr
commented
Nov 25, 2020
@blueorangutan test |
blueorangutan
commented
Nov 25, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Nov 25, 2020
Trillian test result (tid-3248)
|
| public boolean configureHostParams(final Map<String, String> params) { | ||
| if (_params.get("router.aggregation.command.each.timeout") != null) { | ||
| if (params.get("router.aggregation.command.each.timeout") != null) { |
There was a problem hiding this comment.
should the field _param be removed?
There was a problem hiding this comment.
@DaanHoogland yes, will remove it
yadvr
commented
Nov 27, 2020
@blueorangutan package |
blueorangutan
commented
Nov 27, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Nov 27, 2020
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2440 |
DaanHoogland
commented
Nov 27, 2020
@blueorangutan test |
blueorangutan
commented
Nov 27, 2020
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Nov 27, 2020
Trillian test result (tid-3278)
|
* master: (25 commits) integration test: skip vlan of public ip range in get_free_vlan vpc vr: plugin nics by this order: public/private/guest vpc vr: fix Conflicting device id on private gw nic Adding zone name to physicalnetworkresponse (apache#4510) Disallowing udp for lb rules for haproxy (apache#4501) Make global setting non-dynamic (apache#4505) Adding cpuallocated percentage and value to host and hostsformigrationresponse (apache#4499) kvm: fix router.aggregation.command.each.timeout is reset to 600 when update other kvm configs (apache#4496) fix failures with test_multiple_nic_support.py (apache#4495) Fix hosts for migration count (apache#4500) sql: Fix Zones are returned in a random order (apache#3934) (apache#4494) integration test: update steps integration test: add private gateway in test integration test: verify public nics state bugfix apache#9 vpc vr: Add PREROUTING rule for vm with static nat to multiple private gateways bugfix apache#8 vpc: add rule for traffic between vm and private gateway bugfix apache#7 vpc vr: allow servers in private gateway to reach internet via the VPC VR if it is gateway bugfix apache#6 vpc vr: Add iptables rules for ACL of private gateway Revert "Fix Policy Based Routing for private gateway static routes (apache#3604)" Revert "Add private gateway IP to router initialization config" ...
Description
This PR fixes the issue that router.aggregation.command.each.timeout on kvm host is reset to 600, when other kvm config is updated, but router.aggregation.command.each.timeout is not.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?