Bug 1144266
Summary: | virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out have the same help message with 'guestfish -V' | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Lingfei Kong <lkong> | |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | |
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | low | Docs Contact: | ||
Priority: | medium | |||
Version: | 7.1 | CC: | leiwang, mbooth, ptoscano, wshi | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1144267 (view as bug list) | Environment: | ||
Last Closed: | 2014-09-24 14:52:37 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: | ||||
Bug Blocks: | 1144267 |
Description
Lingfei Kong
2014-09-19 06:25:35 UTC
As the manual says ... JUST A SHELL SCRIPT WRAPPER AROUND GUESTFISH This command is just a simple shell script wrapper around the guestfish(1) "copy-in" command. For anything more complex than a trivial copy, you are probably better off using guestfish directly. I'm inclined to close this bug and bug 1144267 as CLOSED->NOTABUG. The alternative is to add command line parsing of some kind, which would more than likely end up breaking something. For example it would be very difficult to parse: virt-copy-out -a disk.img -- / -V (a valid command for copying disk.img to a local directory called '-V') without the full machinery inside guestfish. (In reply to Richard W.M. Jones from comment #1) > As the manual says ... > > JUST A SHELL SCRIPT WRAPPER AROUND GUESTFISH > This command is just a simple shell script wrapper around the > guestfish(1) "copy-in" command. For anything more complex than a > trivial copy, you are probably better off using guestfish directly. > > I'm inclined to close this bug and bug 1144267 as CLOSED->NOTABUG. > I agree to close it and bug 1144267 as NOTABUG as there is already a description in its man page. |