Bug 1918364
| Summary: | Can't connect to ballooning device when using virtio-transitional or virtio-non-transitional | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Andrea Bolognani <abologna> |
| Component: | libvirt | Assignee: | Andrea Bolognani <abologna> |
| Status: | CLOSED ERRATA | QA Contact: | Meina Li <meili> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 8.3 | CC: | abologna, crobinso, fdeutsch, jdenemar, jinqi, jsuchane, lmen, meili, rmohr, virt-maint, xuzhang |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 8.4 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-6.6.0-13.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1911786 | Environment: | |
| Last Closed: | 2021-02-22 15:39:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | 7.0.0 |
| Embargoed: | |||
| Bug Depends On: | 1911786 | ||
| Bug Blocks: | |||
|
Description
Andrea Bolognani
2021-01-20 14:47:11 UTC
Created RHEL AV 8.3.1 bug to track backporting the fix, as per Roman's request. See also https://github.com/kubevirt/kubevirt/pull/4730#issuecomment-762992036 Verified Version:
libvirt-6.6.0-13.module+el8.3.1+9548+0a8fede5.x86_64
qemu-kvm-5.1.0-18.module+el8.3.1+9507+32d6953c.x86_64
Verified Steps:
1. Start a guest with virtio-non-transitional membaloon device.
# virsh dumpxml lmn |grep /memballoon -B3
<memballoon model='virtio-non-transitional'>
<alias name='balloon0'/>
<address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
</memballoon>
# virsh start lmn
Domain 'lmn' started
2. Check memory statistic.
# virsh dommemstat lmn
actual 1572864
swap_in 0
swap_out 0
major_fault 346
minor_fault 149519
unused 1170256
available 1344388
usable 1135620
last_update 1611559956
disk_caches 72376
hugetlb_pgalloc 0
hugetlb_pgfail 0
rss 525492
3. Start a guest with virtio-transitional membaloon device.
# virsh dumpxml lmn |grep /memballoon -B3
<memballoon model='virtio-transitional'>
<alias name='balloon0'/>
<address type='pci' domain='0x0000' bus='0x09' slot='0x01' function='0x0'/>
</memballoon>
# virsh start lmn
Domain 'lmn' started
4. Check memory statistic.
# virsh dommemstat lmn
actual 1572864
swap_in 0
swap_out 0
major_fault 234
minor_fault 134170
unused 1190900
available 1344388
usable 1148000
last_update 1611559746
disk_caches 56816
hugetlb_pgalloc 0
hugetlb_pgfail 0
rss 375896
The results are expected.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (virt:8.3 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:0639 |