Bug 610771
| Summary: | virt-v2v can't detect Windows OS version due to lack of libfuse.so.2 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | 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: | high | ||
| Version: | 5.5 | CC: | cwei, hbrock, llim, mbooth, mkenneth, moli, mshao, rjones |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libguestfs-1.2.7-1.el5.6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-07-27 19:47:46 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: | |||
|
Description
Rita Wu
2010-07-02 12:16:32 UTC
Linglu, I think this is a dupe of bug 599300. *** This bug has been marked as a duplicate of bug 599300 *** Wrong bug ... *** This bug has been marked as a duplicate of bug 603429 *** (In reply to comment #2) > Wrong bug ... > > *** This bug has been marked as a duplicate of bug 603429 *** Richard, I guess we need this bug to track this issue on RHEL5. bug 603429 is on RHEL6 OK, I didn't look at the version number. In that case this is a completely different issue. There is no libguestfs-winsupport package in RHEL 5. Reopening ... The fix for this is trivial and has been checked. It's to just add fuse-libs as a dep on the main libguestfs package. Can we get flags set so I can check in the fix? Full build here (not finished as I write this): http://brewweb.devel.redhat.com/brew/taskinfo?taskID=2576284 Verified it with virt-v2v-0.6.1-1.el5+libguestfs.x86_64 1:1.2.7-1.el5.6. Now fuse-libs will be automatically installed via installing virt-v2v.And v2v can convert Windows guests successfully. # rpm -qa|grep fuse # # yum install virt-v2v -y ... Dependency Installed: fuse.x86_64 0:2.7.4-8.el5 fuse-libs.x86_64 0:2.7.4-8.el5 libguestfs.x86_64 1:1.2.7-1.el5.6 perl-libguestfs.x86_64 1:1.2.7-1.el5.6 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/RHBA-2010-0566.html |