Bug 600641
Summary: | virsh man page is missing all of the vol-* commands. Patch to include them attached. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Justin Clift <justin> | ||||||
Component: | libvirt | Assignee: | Daniel Veillard <veillard> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 6.0 | CC: | dallan, xen-maint | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-06-08 17:57:42 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: | |||||||||
Attachments: |
|
This is a duplicate of BZ #600640, just submitted. (doubled up due to resubmitting, because of reported "Proxy Error" on first submission) This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. Created attachment 422245 [details]
Updated patch, as submitted upstream.
Closing as duplicate per Comment #1. *** This bug has been marked as a duplicate of bug 600640 *** |
Created attachment 421415 [details] Patch to the virsh man page to include the vol-* commands. Description of problem: In RHEL 6 (beta), the virsh command has many available commands for working with volumes: vol-create create a vol from an XML file vol-create-from create a vol, using another volume as input vol-create-as create a volume from a set of args vol-clone clone a volume. vol-delete delete a vol vol-wipe wipe a vol vol-dumpxml vol information in XML vol-info storage vol information vol-list list vols vol-path convert a vol UUID to vol path vol-name convert a vol UUID to vol name vol-key convert a vol UUID to vol key However, the man page for virsh has no information regarding any of them. The attached patch, also submitted upstream, adds them to the virsh man page. Version-Release number of selected component (if applicable): libvirt-client-0.7.6-2.el6.x86_64 How reproducible: Every time. Steps to Reproduce: 1. man virsh 2. Look for any of the vol-* commands. They're not there. :( Actual results: No result, as the info is missing. Expected results: Information on the usage of the vol-* commands. Additional info: