Bug 1290324
Summary: | libvirt should forbid set current cpu is 0 in xml | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Luyao Huang <lhuang> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 7.2 | CC: | dyuan, mzhan, pkrempa, rbalakri |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.3.2-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-03 18:49:33 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
Luyao Huang
2015-12-10 08:55:19 UTC
commit b3c91b8a50ac0d772f883e737252202d48658139 Author: Peter Krempa <pkrempa> Date: Wed Jan 6 16:27:45 2016 +0100 qemu: process: Disallow VMs with 0 vcpus Counterintuitively the user would end up with a VM with maximum number of vCPUs available. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1290324 v1.3.1-44-gb3c91b8 Verify this bug with libvirt-2.0.0-4.el7.x86_64: 1. edit guest with current vcpu = 0: # virsh dumpxml r7 |grep current= <vcpu placement='static' current='0'>10</vcpu> 2. try to start guest and libvirt report an error: # virsh start r7 error: Failed to start domain r7 error: unsupported configuration: Domain requires at least 1 vCPU 3. try other command: # virsh vcpucount r7 maximum config 10 # virsh vcpuinfo r7 error: ncpumaps in virDomainGetVcpuPinInfo must be greater than zero # virsh vcpupin r7 VCPU: CPU Affinity ---------------------------------- 0: 0-23 1: 0-23 2: 0-23 3: 0-23 4: 0-23 5: 0-23 6: 0-23 7: 0-23 8: 0-23 9: 0-23 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://rhn.redhat.com/errata/RHSA-2016-2577.html |