Bug 1434666
Summary: | "-numa" should not silently accept an invalid parameter ("size") | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Min Deng <mdeng> |
Component: | qemu-kvm-rhev | Assignee: | Eric Blake <eblake> |
Status: | CLOSED ERRATA | QA Contact: | Yumei Huang <yuhuang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.4 | CC: | chayang, eblake, hhuang, jinzhao, mrezanin, qzhang, virt-maint, yuhuang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.9.0-1.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-02 03:39:56 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: |
Description
Min Deng
2017-03-22 04:20:08 UTC
Both x86 and ppc64le has this issue from QE perspective,thanks a lot. Upstream patch proposed: https://lists.gnu.org/archive/html/qemu-devel/2017-03/msg04275.html Regression introduced in upstream qemu 2.7 in the QemuOpts visitor Merged upstream in time to land in v2.9.0-rc2: 0832970 qom: Fix regression with 'qom-type' 21f88d0 qapi: Fix QemuOpts visitor regression on unvisited input 9a6d1ac qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_opts 76861f6 tests: Expose regression in QemuOpts visitor Verify: qemu-kvm-rhev-2.9.0-1.el7 kernel-3.10.0-655.el7.x86_64 Boot guest with size option for numa node, # /usr/libexec/qemu-kvm -m 4G,slots=40,maxmem=40G \ -drive file=rhel74.qcow2,if=none,id=drive-virtio-disk0,format=qcow2,cache=none -device virtio-blk-pci,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 \ -netdev tap,id=idinWyYp -device virtio-net-pci,mac=42:ce:a9:d2:4d:d7,id=idlbq7eA,netdev=idinWyYp \ -vnc :0 -monitor stdio \ -numa node,size=1G \ -numa node,size=3G Guest failed to boot and print error message: qemu-kvm: -numa node,size=1G: Invalid parameter 'size' So the bug is fixed. 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, 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/RHSA-2017:2392 |