Bug 1142178
Summary: | virt-customize: No error messages output if append '--format qcow2' after '-a guest.img', guest.img is a raw format image file | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Lingfei Kong <lkong> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.1 | CC: | leiwang, lkong, mbooth, ptoscano, wshi |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.27.47-1.1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 13:45:04 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lingfei Kong
2014-09-16 10:04:19 UTC
This is supposed to be fixed in >= 1.27.45. Please try a more recent version. Upstream fix commit b7bdb63d8967762a5b234049c4dda911150cc199. (In reply to Richard W.M. Jones from comment #2) > This is supposed to be fixed in >= 1.27.45. Please try a more > recent version. > > Upstream fix commit b7bdb63d8967762a5b234049c4dda911150cc199. I test it against libguestfs-1.27.46-1.1.el7 #virt-customize --hostname unused -a rhel7.0.img --format qcow2 virt-customize: error: --format parameter must appear before -a parameter If reporting bugs, run virt-customize with debugging enabled and include the complete output: virt-customize -v -x [...] So, it is fixed in libguestfs-1.27.46-1.1.el7, thanks for your repair work! Setting flags so I can add this to the erratum ... Verify with libguestfs-1.28.1-1.2.el7 Steps to verify: #virt-customize --hostname unused -a rhel.img --format qcow2 virt-customize: error: --format parameter must appear before -a parameter If reporting bugs, run virt-customize with debugging enabled and include the complete output: virt-customize -v -x [...] #virt-customize --hostname unused -a rhel.img --format raw virt-customize: error: --format parameter must appear before -a parameter If reporting bugs, run virt-customize with debugging enabled and include the complete output: virt-customize -v -x [...] 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. https://rhn.redhat.com/errata/RHBA-2015-0303.html |