Bug 1847230
| Summary: | QEMU refuse to start if set hmat=on and set vcpus for both numa nodes | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Yumei Huang <yuhuang> |
| Component: | qemu-kvm | Assignee: | Igor Mammedov <imammedo> |
| qemu-kvm sub component: | Devices | QA Contact: | Yumei Huang <yuhuang> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | chayang, imammedo, jinqi, juzhang, mprivozn, plai, virt-maint |
| Version: | unspecified | Keywords: | Triaged |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-12-16 07:27:02 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1745059, 1749518, 1786303, 1897025 | ||
|
Description
Yumei Huang
2020-06-16 02:46:23 UTC
Amnon - there isn't a NUMA specific qemu-kvm subcomponent, but the work seems to be someone from your team. Bulk update: Move RHEL-AV bugs to RHEL9. If necessary to resolve in RHEL8, then clone to the current RHEL8 release. After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. Works for me on RHEL8.6 with qemu-kvm-6.2.0-1.module+el8.6.0+13725+61ae1949.x86_64 qemu-kvm -m 4G -object memory-backend-ram,id=z,size=4G -M pc,hmat=on -numa node,cpus=0-1,memdev=z -numa node,cpus=2-3 -smp 4 Tested on rhel9.0, the issue is gone too. So change to CURRENTRELEASE. qemu-kvm-6.2.0-1.el9 5.14.0-39.el9.x86_64 # /usr/libexec/qemu-kvm -M pc,hmat=on -m 4G -object memory-backend-ram,id=mem0,size=2G -object memory-backend-ram,id=mem1,size=2G -numa node,cpus=0-1,memdev=mem0 -numa node,cpus=2-3,memdev=mem1 -smp 4 VNC server running on ::1:5900 |