| Summary: | libvirt should throw error when tried to add the cpus if it has been already added | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | chandrashekar shastri <cshastri> |
| Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | acathrow, pkrempa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-18 13:38:43 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: | |
|
Description
chandrashekar shastri
2013-10-18 13:28:35 UTC
It should throw error or message saying that the guest is allocated with maximum number of cpus. The function sets the CPU count to the amount requested by the user. If the requested value is same as the previously used value, the semantics of the "set" operation are to keep the value and return success. As this behaves as it was originally intended, I'm closing this as NOTABUG. |