Bug 1292389

Summary: Qemu should report error when two nodes use same nodeid
Product: Red Hat Enterprise Linux 6 Reporter: Yumei Huang <yuhuang>
Component: qemu-kvmAssignee: Eduardo Habkost <ehabkost>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.8CC: chayang, juzhang, michen, mkenneth, qzhang, rbalakri, virt-maint, xfu
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-17 18:00:14 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 Yumei Huang 2015-12-17 09:56:38 UTC
Description of problem:
In qemu cmdline, when two nodes use same nodeid, qemu should report error and quit.

Version-Release number of selected component (if applicable):
kernel: 2.6.32-593.el6.x86_64
qemu: qemu-kvm-0.12.1.2-2.481.el6

How reproducible:
always

Steps to Reproduce:
1.  start qemu process with two nodes using same nodeid:
/usr/libexec/qemu-kvm -name win10 -m 2G -smp 4 -numa node,nodeid=0 -numa node,nodeid=0 -monitor stdio

2.
3.

Actual results:
Qemu runs well, not report any error.

Expected results:
Qemu should report error, and quit. Just like rhel7.2:
qemu-kvm: -numa node,nodeid=0: Duplicate NUMA nodeid: 0

Additional info:

Comment 2 Eduardo Habkost 2015-12-17 18:00:14 UTC
We won't backport command-line usability changes to RHEL6.