Bug 853930
Summary: | It is failed to start guest when the number of vcpu is different between <vcpu> and <cputune/> | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | hongming <honzhang> |
Component: | libvirt | Assignee: | Martin Kletzander <mkletzan> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.4 | CC: | acathrow, ajia, dyasny, dyuan, mzhan, rwu, yupzhang |
Target Milestone: | rc | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.10.2-0rc1.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 07:23: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: |
Description
hongming
2012-09-03 10:47:23 UTC
Moving to POST: commit 9f86fb932654d2e89db302fbd0f36288daed2cda Author: Martin Kletzander <mkletzan> Date: Tue Sep 4 15:26:46 2012 +0200 qemu: don't pin all the cpus Verify it using the following versions. The result is expected . Move its status to VERIFIED. libvirt-0.10.2-0rc1.el6.x86_64 qemu-kvm-0.12.1.2-2.307.el6.x86_64 1. # virsh dumpxml rhel6.2 <domain type='kvm' id='27'> <vcpu placement='auto'>2</vcpu> ... </domain> 2.# virsh vcpupin rhel6.2 0 0 --config 3.# virsh destroy rhel6.2 Domain rhel6.2 destroyed 4.# virsh start rhel6.2 Domain rhel6.2 started 5.# virsh dumpxml rhel6.2 <domain type='kvm' id='74'> ..... <vcpu placement='auto'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> </cputune> ...... </domain> 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. http://rhn.redhat.com/errata/RHSA-2013-0276.html |