Bug 600640
| 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: | Eric Blake <eblake> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 6.0 | CC: | berrange, dallan, eblake, hbrock, mjenner, xen-maint, xhu, yoyzhang | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | libvirt-0_8_1-9_el6 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-11-11 14:49:57 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: | 602217 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
Submitted upstream: https://www.redhat.com/archives/libvir-list/2010-June/msg00125.html 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 422248 [details]
Adds the vol-* commands to the virsh man page, as submitted upstream.
*** Bug 600641 has been marked as a duplicate of this bug. *** The attached patch was applied upstream, but it includes documentation for vol-pool, which does not yet exist in RHEL6. I'm creating another bug to add that, and this can depend on it (or we tweak the patch to remove a few lines). Created attachment 422537 [details]
tweaked to avoid merge conflict on rhel6
merge conflict resolved: rhel6 build does not include e5f31f46 from upstream, which added a missing =back before SECRET COMMANDS.
libvirt-0_8_1-9_el6 has been built in RHEL-6-candidate with the fix. Dave Verified this bug with RHEL6 RC build and it passed: libvirt-0.8.1-27.el6.x86_64 qemu-kvm-0.12.1.2-2.113.el6.x86_64 kernel-2.6.32-70.el6.x86_64 Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |
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: