ustcweizhou opened a new pull request #3491: KVM: Propagating changes on host 
parameters to the agents
URL: https://github.com/apache/cloudstack/pull/3491
 
 
   ## Description
   
   When we change a global setting and it needs to be applied to all kvm 
agents, it would be nice that the new value can be propagated to all kvm agents 
(and save in agent.properties if needed) so we do not need to manually restart 
cloudstack agent or change agent.properties.
   
   it supports only "router.aggregation.command.each.timeout" for now.
   
   In the future, it would be good to add a new column in "configurations" 
table to determine whether the configuration needs to be propagated to kvm 
agents.
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [X] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   
   (1) change router.aggregation.command.each.timeout in global setting
   (2) check agent.properties to see if the value is changed as well.
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md)
 document -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to