Bug 1426220
Summary: | document that virsh setvcpus can't change the maximum cpu count with topology present in xml | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Satheesh Rajendran <sathnaga> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | libvirt-maint, pkrempa, rbalakri |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-04-05 07:38:52 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
Satheesh Rajendran
2017-02-23 13:11:25 UTC
If you explicitly specify the topology, you have to edit both the maximum count and the topology together. The existing API can't do it for you since there are multiple ways how to fix the topology. For such change, you need to define a new XML. (In reply to Peter Krempa from comment #1) > If you explicitly specify the topology, you have to edit both the maximum > count and the topology together. The existing API can't do it for you since > there are multiple ways how to fix the topology. For such change, you need > to define a new XML. Wont it be a limitation for the API, as explicit topology can be common. If not fix, should be documented as limitation somewhere? Yes, documenting it should be worth while. commit 4661a1868bb4d918e43ed96c4ae14f5ecd37b3f7 Author: Peter Krempa <pkrempa> Date: Tue Apr 4 16:02:21 2017 +0200 docs: Document limitation of maximum vcpu count used with <topology> qemu requires that the topology equals to the maximum vcpu count. Document this along with the API to set maximum vcpu count and the XML element. |