Bug 1390876
Summary: | "--machine-readable" info should be updated in virt-v2v manual page | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | kuwei <kuwei> |
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, mxie, mzhan, ptoscano, tzheng, xiaodwan |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | V2V | ||
Fixed In Version: | libguestfs-1.36.1-1.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-01 22:11:26 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: | |||
Bug Depends On: | 1359086 | ||
Bug Blocks: |
Description
kuwei@redhat.com
2016-11-02 07:39:40 UTC
Note the man page describes the option and the common elements in its output ("input:..", "output:..", and "convert:.."), and it might not list all the rest of the capabilities. Fixing this bug is easy, but please do not expect that the man page describe (or even list) all the capabilities available. (In reply to Pino Toscano from comment #1) > Note the man page describes the option and the common elements in its output > ("input:..", "output:..", and "convert:.."), and it might not list all the > rest of the capabilities. > > Fixing this bug is easy, but please do not expect that the man page describe > (or even list) all the capabilities available. Hi Pino, According to order of features listed in --machine-readable in v2v man page, --machine-readable seems like missing --colours-option,so we file this bug. v2v man page would be looking better if could fixing this,meanwhile,thanks for your suggestion. What I mean is that the man page provides the parts of output of --machine-readable as example of what it looks like. It does not list all of them, neither describes each element in detail, as the purpose of that documentation bit is to describe what --machine-readable is for. Yup I don't believe this is a bug. The manual page is just illustrative, but to find out what the options mean you really need to check the code. Anyway, fixed with commit https://github.com/libguestfs/libguestfs/commit/086be00aca450f94494b53234523d03e908b5d99 which is in libguestfs >= 1.35.15. Test Versions: libguestfs-1.36.1-1.el7.x86_64 virt-v2v-1.36.1-1.el7.x86_64 Test Steps: The same as steps in Comment #0 #man virt-v2v ******** $ virt-v2v --machine-readable virt-v2v libguestfs-rewrite colours-option input:disk [...] output:local [...] convert:linux convert:windows ********* Test Results: "--machine-readable" had added info "colours-option" in virt-v2v manual page So, the bug is fixed, change status to VERIFIED. 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://access.redhat.com/errata/RHBA-2017:2023 |