bradh352 opened a new pull request, #11932:
URL: https://github.com/apache/cloudstack/pull/11932

   ### Description
   
   As per #11930 KVM's memory ballooning does not auto-inflate and auto-deflate 
without the Free Page Reporting and autodeflate attributes on the memballoon 
configuration.
   
   This is a change similar to OpenStack's NOVA:
   
https://github.com/openstack/nova/commit/cd401c5c1b5dcba739d69875795828e1be1d726b
   
   Basically if memballooning is enabled for KVM, these features are also 
always enabled.  Having memory ballooning on in cloudstack otherwise does 
nothing as there is no tooling to inflate or deflate the balloon.
   
   ### Types of changes
   
   - [ ] 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)
   - [ ] Build/CI
   - [ ] Test (unit or integration test code)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [x] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [x] Major
   - [ ] Minor
   - [ ] Trivial
   
   ### Screenshots (if appropriate):
   
   ### How Has This Been Tested?
   
   Not yet tested, hoping CI/CD runs through some self-tests, then I'll try a 
test deployment.
   
   #### How did you try to break this feature and the system with this change?
   
   N/A
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to