Bug 1006722
Summary: | domain with auto numatune placement and a nodeset specified crashes libvirtd | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Ján Tomko <jtomko> |
Component: | libvirt | Assignee: | Ján Tomko <jtomko> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.0 | CC: | acathrow, dyuan, gsun, honzhang, jmiao |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.1.1-5.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1006710 | Environment: | |
Last Closed: | 2014-06-13 09:23:27 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: | 1006710 | ||
Bug Blocks: |
Description
Ján Tomko
2013-09-11 07:46:02 UTC
Downstream patch posted: http://post-office.corp.redhat.com/archives/rhvirt-patches/2013-September/msg00295.html This bug is fixed in libvirt-1.1.1-5.el7.x86_64, the test steps are:
# rpm -q libvirt
libvirt-1.1.1-5.el7.x86_64
# virsh define /dev/stdin <<EOF
> <domain type='qemu'>
> <name>duck</name>
> <memory unit='MiB'>32</memory>
> <numatune>
> <memory mode='preferred' placement='auto' nodeset='0'/>
> </numatune>
> <os>
> <type arch='x86_64' machine='pc'>hvm</type>
> </os>
> </domain>
> EOF
Domain duck defined from /dev/stdin
# virsh undefine duck
Domain duck has been undefined
# systemctl status libvirtd
libvirtd.service - Virtualization daemon
Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled)
Active: active (running) since Sun 2013-09-22 11:29:26 CST; 9min ago
Main PID: 4780 (libvirtd)
CGroup: /system.slice/libvirtd.service
├─2961 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default....
└─4780 /usr/sbin/libvirtd
So I change the status to VERIFIED.
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |