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

   ### Description
   
   Currently, the default value for the `vm_memballoon_stats_period` 
configuration is set to `0`. As a result, out of the box in ACS, memory metrics 
for Windows instances (with virtio drivers correctly installed and configured) 
is compromised when using KVM hypervisor. This pull request aims to propose 
setting the `vm_memballoon_stats_period` configuration value to `60`. This 
correction addresses situations such as the one reported through the issue: 
https://github.com/apache/cloudstack/issues/8453.
   
   - fixes: 8453
   
   ### 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
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [x] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   -  Before changes:
   
![image](https://github.com/apache/cloudstack/assets/19981369/3ad3cac5-3890-4057-9d1c-171435c45af6)
   
   - After changes:
   
![image](https://github.com/apache/cloudstack/assets/19981369/0a074d4b-636d-4b39-9a20-6f157ee0a46c)
   
   ### How Has This Been Tested?
   
   A Windows VM was created, and it was confirmed that the VirtIO drivers were 
correctly installed. However, upon inspecting the metrics collected by ACS, it 
was observed that they did not align with the actual consumption of the VM. 
Subsequently, after changing the configuration value from `0` to `60`, the 
metrics collected by ACS matched the consumption values reported by the VM.


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