Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
I have a RHEV virtualization environment with 2 hypervisors and 1 manager. My goal is to virtualize a Windows 7 physical machine to virtual machine in RHEV.
To do this, I installed virt-v2v.x86_64 on my manager. I also installed libguestfs-winsupport.x86_64 version 1.0-7.el6 and virtio-win.noarch version 1.4.0-1.el6.
As I can't install virt-p2v-builder-image on my manager because it doesn't find package available I installed it on another computer with fedora 16 64 bits order to create an image Virt-P2V.iso. Of course I installed the previous packages (virt-v2v, libguestfs and virtio-win) on that distribution before creating my image.
Then I copied that image on a USB stick format vfat. And i attached an export storage domain (It is in NFS) to my data center.
I started my physical machine to the USB key with Virt-p2v and I proceeded the conversion with 'rhev' method, 'raw' storage format, preallocated 'allocation' storage and default type network defined in the '/etc/virt-v2v.conf' file of my manager.
The conversion reaches 100% but i get the following error:
"Can't call method get_path on an undefined value at /usr/share/perl5/vendor_perl/Sys/VirtConvert/Connection/RHEVTarget.pm line 923".
I don't understand this error.
Version-Release number of selected component (if applicable):
MY MANAGER -->
virt-v2v.x86_64 version 0.8.3-5.el6
libguestfs-winsupport.x86_64 version 1.0-7.el6
virtio-win.noarch version 1.4.0-1.el6
MY FEDORA 16 -->
virt-v2v.x86_64 version 0.8.5-2.fc16
libguestfs-1.16.18-1.fc16.x86_64
No package virtio or virtio-win available.
virt-p2v-image-builder.noarch version 0.8.5-1.fc16
How reproducible:
Restart the process of converting the physical machine with virt-p2v and wait until it reaches 100%.
Steps to Reproduce:
1. Start a physical machine on the image created by virt-p2v-image-builder
2. Make the conversion by transferring data to virt-p2v-server (my manager)
3. Wait until the end of operation (100%)
Actual results:
Unable to virtualize a physical machine into a virtual machine
Expected results:
Get a virtual machine of the physical machine to import it into RHEV.
Additional info: