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.
Created attachment 803802[details]
virt-v2v log file
Description
[RFE]virt-v2v support conversion of EFI rhel guests
Version:
libvirt-0.10.2-24.el6.x86_64
virt-v2v-0.9.1-3.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1.Install a EFI rhel guest on esx server.
2.Use virt-v2v to convert the guest.
# virt-v2v -ic esx://10.66.71.238/?no_verify=1 -os default EFI-rhel6
EFI-rhel6_EFI-rhel6: 100% [================================================================================================]D 0h03m16s
virt-v2v: No grub configuration found
Actual results:
Conversion failed.
Expected results:
virt-v2v can convert EFI rhel guest on esx server successfully.
Additional info:
Attached virt-v2v debug log and efi guest config file.
Here's the problem:
guestfsd: error: feature 'gdisk' is not available in this
build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
how to check for the availability of features.
guestfsd: malibguestfs: recv_from_daemon: 216 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 01 89 | 00 00 00 01 | 00 12 34 be | ...
libguestfs: send_to_daemon: 60 bytes: 00 00 00 38 | 20 00 f5 f5 | 00 00 00 04 | 00 00 01 89 | 00 00 00 00 | ...
in_loop: proc 393 (part_get_gpt_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
guestfsd: error: feature 'gdisk' is not available in this
build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
how to check for the availability of features.
Unfortunately these apis aren't working correctly in libguestfs. We're looking into what to do about that.
Comment 4Richard W.M. Jones
2013-10-01 13:26:58 UTC
Set the component back to virt-v2v so we can use this bug
to track verification that the feature works.
Comment 5Richard W.M. Jones
2013-10-04 17:41:54 UTC
We decided (sensibly IMHO) to push this bug out to 6.6.
Created attachment 803802 [details] virt-v2v log file Description [RFE]virt-v2v support conversion of EFI rhel guests Version: libvirt-0.10.2-24.el6.x86_64 virt-v2v-0.9.1-3.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1.Install a EFI rhel guest on esx server. 2.Use virt-v2v to convert the guest. # virt-v2v -ic esx://10.66.71.238/?no_verify=1 -os default EFI-rhel6 EFI-rhel6_EFI-rhel6: 100% [================================================================================================]D 0h03m16s virt-v2v: No grub configuration found Actual results: Conversion failed. Expected results: virt-v2v can convert EFI rhel guest on esx server successfully. Additional info: Attached virt-v2v debug log and efi guest config file.