bradh352 commented on PR #11932:
URL: https://github.com/apache/cloudstack/pull/11932#issuecomment-3606751562
Ok, I have a custom built 4.22 with this PR installed in my test environment.
virsh dumpxml of a running vm shows:
```
<memballoon model='virtio' autodeflate='on' freePageReporting='on'>
<stats period='10'/>
<alias name='balloon0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06'
function='0x0'/>
</memballoon>
```
And in turn the generated qemu command line has this:
```
-device
{"driver":"virtio-balloon-pci","id":"balloon0","deflate-on-oom":true,"free-page-reporting":true,"bus":"pci.0","addr":"0x6"}
```
VMs start up just fine. I'm going to now try to allocate a bunch of memory
within a series of VMs and release it and inspect if the host is able to
reclaim the memory.
--
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]