Bug 529380
Summary: | xm man page is inaccurate | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Chris Lalancette <clalance> | ||||
Component: | xen | Assignee: | Michal Novotny <minovotn> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.4 | CC: | areis, lhh, minovotn, mjenner, mrezanin, snagar, virt-maint, xen-maint, yuzhang | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | xen-3.0.3-111.el5 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 514532 | Environment: | |||||
Last Closed: | 2011-01-13 22:19: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: | 514532 | ||||||
Bug Blocks: | 514500 | ||||||
Attachments: |
|
Description
Chris Lalancette
2009-10-16 13:56:17 UTC
Created attachment 418980 [details]
Patch to fix the man page paragraph about asynchronous operations
This is patch to fix the man page paragraph about the asynchronous operations of the commands which is not true. Many commands in xm acts synchronously with some exceptions, like create, shutdown, mem-set and vcpu-set commands.
Michal
QA verify this bug on xen-3.0.3-115.el5: # man xm Got the following Notes: NOTES All xm operations rely upon the Xen control daemon, aka xend. For any xm commands to run xend must also be running. For this reason you should start xend as a service when your system first boots using xen. Most xm commands require root privileges to run due to the communications channels used to talk to the hypervisor. Running as non root will return an error. Most xm commands act synchronously, except maybe create, shutdown, mem-set and vcpu-set. The fact that the xm command returned doesn’t neces- sarily mean that the action is complete and you must poll through xm list periodically to detect that the operation completed. So change this bug to VERIFIED. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0031.html |