Bug 698521
Summary: | virsh freecell command help and man pages should be more clear | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Min Zhan <mzhan> |
Component: | libvirt | Assignee: | Dave Allan <dallan> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | dallan, dyuan, eblake, llim, mhideo, mjenner, moshiro, mshao, mzhan, pkrempa, rwu, ydu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.10-7.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 06:27:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 727267, 747123, 747667, 756082 |
Description
Min Zhan
2011-04-21 06:18:49 UTC
Upstream commit ready to be backported. commit 350e6c5e66c0cbc14551a25a6ec1d77e3158a9ed Author: Dave Allan <dallan> Date: Thu Mar 22 16:49:07 2012 -0400 Clarify virsh freecell manpage entry There's no way to make 'virsh help freecell' show the {} without radically altering virsh.c to enforce mutual exclusion; that is a syntactic notion only possible in the hand-written virsh.pod, so I think there's nothing further to do here. Test with libvirt-0.9.10-8.el6.x86_64, and bug can be VERIFIED. # man virsh freecell [{ [--cellno] cellno | --all }] Prints the available amount of memory on the machine or within a NUMA cell. The freecell command can provide one of three different displays of available memory on the machine depending on the options specified. With no options, it displays the total free memory on the machine. With the --all option, it displays the free memory in each cell and the total free memory on the machine. Finally, with a numeric argument or with --cellno plus a cell number it will display the free memory for the specified cell only. # virsh help freecell NAME freecell - NUMA free memory SYNOPSIS freecell [--cellno <number>] [--all] DESCRIPTION display available free memory for the NUMA cell. OPTIONS --cellno <number> NUMA cell number --all show free memory for all NUMA cells 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-2012-0748.html |