Bug 1085706
Summary: | virsh numatune should forbid to accept int as parameter values | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | hongming <honzhang> |
Component: | libvirt | Assignee: | Martin Kletzander <mkletzan> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.0 | CC: | dyuan, jmiao, mzhan, rbalakri |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.2.7-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 07:33:47 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
2014-04-09 07:47:43 UTC
Fixed upstream with v1.2.6-114-gfd59f6c: commit fd59f6c83e5f3dbb44ad93de0568f9f3158fbb4d Author: Martin Kletzander <mkletzan> Date: Wed Jul 9 09:53:14 2014 +0200 virsh: document the possibility of accepting integers for numatune mode The verification steps are: # virsh numatune r71 numa_mode : strict numa_nodeset : 1. pass '0' as strict mode # virsh numatune r71 0 1 # virsh numatune r71 numa_mode : strict numa_nodeset : 1 2. pass '1' as preferred mode # virsh numatune r71 1 1 # virsh numatune r71 numa_mode : preferred numa_nodeset : 1 3. pass '2' as interleave mode # virsh numatune r71 2 1 # virsh numatune r71 numa_mode : interleave numa_nodeset : 1 4. pass invalid number # virsh numatune r71 3 1 error: Unable to change numa parameters error: invalid argument: unsupported numatune mode: '3' # virsh numatune r71 -1 1 error: Unable to change numa parameters error: invalid argument: unsupported numatune mode: '-1' So change the status to VERIFIED. In addition, the doc has been updated: # virsh help numatune ... [--mode] <string> NUMA mode, one of strict, preferred and interleave or a number from the virDomainNumatuneMemMode enum ... 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-2015-0323.html |