Bug 722728
Summary: | Update qemu-img convert/re-base man page | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | juzhang <juzhang> |
Component: | qemu-kvm | Assignee: | Jes Sorensen <Jes.Sorensen> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.2 | CC: | ehabkost, michen, mkenneth, qzhang, shuang, tburke, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.173.el6 | Doc Type: | Bug Fix |
Doc Text: |
Trivial man page update. [not relevant for Technical Notes]
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 15:53:45 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: |
Description
juzhang
2011-07-17 06:10:07 UTC
This is missing in upstream too - patch just posted there. Will backport it once it gets accepted. Reproduced on qemu-kvm-0.12.1.2-2.160.el6, there's no '-p' option in the qmeu-img man page. Just as bug description. convert [-c] [-f fmt] [-O output_fmt] [-o options] filename [filename2 [...]] output_filename rebase [-f fmt] [-u] -b backing_file [-F backing_fmt] filename Verified pass on qemu-kvm-0.12.1.2-2.185.el6, there's '-p' option already. commit [-f fmt] filename convert [-c] [-p] [-f fmt] [-O output_fmt] [-o options] filename [filename2 [...]] output_filename rebase [-f fmt] [-p] [-u] -b backing_file [-F backing_fmt] filename Also test the function of '-p' option, it can show the progress of convert/rebase. So this issue is fixed. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Trivial man page update. [not relevant for Technical Notes] 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-2011-1531.html |