| Summary: | Remove --in-place option in virt-v2v help | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | mxie <mxie> |
| 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.3 | CC: | juzhou, mzhan, ptoscano, tzheng, xiaodwan |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | V2V | ||
| Fixed In Version: | libguestfs-1.32.4-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 18:00:00 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: | |
The option can't be removed, but I have changed it to: --in-place Unsupported option in RHEL 7 I can reproduce bug with builds libguestfs-1.32.3-1.el7.x86_64 virt-v2v-1.32.3-1.el7.x86_64 Verify the bug with builds libguestfs-1.32.4-1.el7.x86_64 virt-v2v-1.32.4-1.el7.x86_64 Steps: 1.Check virt-v2v maunal and there is no info about parameter"--in-place" 2.Check virt-v2v help, found there is info about parameter"--in-place" #virt-v2v --help ... --in-place Unsupported option in RHEL 7 ... 3.Try to use virt-v2v with parameter "--in-place" and it also reminder virt-v2v error : --in-place cannot be used in RHEL 7 virt-v2v -ic qemu:///system qemu_guest --in-place virt-v2v: error: --in-place cannot be used in RHEL 7 If reporting bugs, run virt-v2v with debugging enabled and include the complete output: virt-v2v -v -x [...] Result now: According to commnet2 and above steps, the bug is fixed So move the bug from ON_QA to VERFIED 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/RHSA-2016-2576.html |
Description of problem: Remove --in-place option in virt-v2v help Version-Release number of selected component (if applicable): virt-v2v-1.32.3-1.el7.x86_64 libguestfs-1.32.3-1.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1.Check virt-v2v maunal and there is no info about parameter"--in-place" #man virt-v2v, 2.check virt-v2v help, found there is info about parameter"--in-place" --in-place Only tune the guest in the input VM 3.Using virt-v2v with parameter "--in-place" has below error and confirm with rjones that --in-place won't be supported and doesn't work in RHEL 7.3 # virt-v2v -ic qemu:///system qemu_guest --in-place virt-v2v: error: --in-place cannot be used in RHEL 7 If reporting bugs, run virt-v2v with debugging enabled and include the complete output: virt-v2v -v -x [...] Actual results: As above description Expected results: Remove --in-place option in virt-v2v help Addtional info: