Bug 627468
Summary: | [RFE]It's better to emphasize "libguestfs-winsupport" in V2V manpage or error output | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Rita Wu <rwu> | |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 6.1 | CC: | cwei, dallan, mshao | |
Target Milestone: | rc | Keywords: | FutureFeature | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | libguestfs-1.7.17-8.el6 | Doc Type: | Enhancement | |
Doc Text: |
The virt-inspector and virt-v2v tools did not work for Windows guests if an an additional package, libguestfs-winsupport, was not installed. The error message did not explicitly state that this missing package could be responsible for the error. An additional note has been added to make the error output more useful when attempting to use these tools with Windows guests.
|
Story Points: | --- | |
Clone Of: | ||||
: | 889536 (view as bug list) | Environment: | ||
Last Closed: | 2011-05-19 11:45:32 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 889536 |
Description
Rita Wu
2010-08-26 06:28:47 UTC
What's needed here is to change the inspection code so that: if vfs_type is NTFS and NTFS is not available in the appliance we print a better error message, telling people that NTFS support is missing, and that one way to get this is to install libguestfs- winsupport on RHEL 6. Setting target to 6.1. The revised error message says: No operating system could be detected inside this disk image. This may be because the file is not a disk image, or is not a virtual machine image, or because the OS type is not understood by virt-inspector. If you feel this is an error, please file a bug report including as much information about the disk image as possible. RHEL 6 notice ------------- libguestfs will return this error for Microsoft Windows guests if the separate 'libguestfs-winsupport' package is not installed. If the guest is running Microsoft Windows, please try again after installing 'libguestfs-winsupport'. Verified with the following pkgs: libguestfs-1.7.17-12.el6.x86_64 libguestfs-*-1.7.17-12.el6.x86_64 febootstrap-2.11-6.el6.x86_64 hivex-1.2.4-3.el6.x86_64 augeas-libs-0.7.2-4.el6.x86_64 virtio-win-1.1.16-1.el6.noarch When libguestfs-winsupport pkg isn't installed, more clearer error msg will pop up: # rpm -e libguestfs-winsupport-1.0-5.el6.x86_64 # virt-v2v -ic xen+ssh://10.66.72.xxx -o rhev -osd 10.66.90.xxx:/vol/v2vrwu1/xen_export win7-32b-hv-raw-intel win7-i386-xen.img: 100% [============================================]D 0h04m30s No operating system could be detected inside this disk image. This may be because the file is not a disk image, or is not a virtual machine image, or because the OS type is not understood by virt-inspector. If you feel this is an error, please file a bug report including as much information about the disk image as possible. RHEL 6 notice ------------- libguestfs will return this error for Microsoft Windows guests if the separate 'libguestfs-winsupport' package is not installed. If the guest is running Microsoft Windows, please try again after installing 'libguestfs-winsupport'. 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: The virt-inspector and virt-v2v tools did not work for Windows guests without an additional package, libguestfs-winsupport, being installed. The error message did not explicitly state that this missing package could be responsible for the error. An additional note has been added to make the error output more useful for Windows guests. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -The virt-inspector and virt-v2v tools did not work for Windows guests without an additional package, libguestfs-winsupport, being installed. The error message did not explicitly state that this missing package could be responsible for the error. An additional note has been added to make the error output more useful for Windows guests.+The virt-inspector and virt-v2v tools did not work for Windows guests if an an additional package, libguestfs-winsupport, was not installed. The error message did not explicitly state that this missing package could be responsible for the error. An additional note has been added to make the error output more useful when attempting to use these tools with Windows guests. New text is fine, thanks. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0586.html An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0586.html |