Github user ustcweizhou commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1856#discussion_r93604300
  
    --- Diff: 
core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java ---
    @@ -259,8 +260,18 @@ private Answer execute(GetDomRVersionCmd cmd) {
             return new GetDomRVersionAnswer(cmd, result.getDetails(), 
lines[0], lines[1]);
         }
     
    +    public boolean configureHostParams(final Map<String, String> params) {
    +        if (_params.get("router.aggregation.command.each.timeout") == 
null) {
    --- End diff --
    
    the idea is: if router.aggregation.command.each.timeout is already set in 
agent.properties, then ignore the propagation.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to