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.
Bug 1230412 - virt-v2v should ignore bogus kernel entries in grub config
Summary: virt-v2v should ignore bogus kernel entries in grub config
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libguestfs
Version: 7.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Richard W.M. Jones
QA Contact: Virtualization Bugs
URL:
Whiteboard: V2V
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-10 20:38 UTC by Richard W.M. Jones
Modified: 2015-11-19 07:01 UTC (History)
6 users (show)

Fixed In Version: libguestfs-1.28.1-1.50.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-19 07:01:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2183 0 normal SHIPPED_LIVE libguestfs bug fix and enhancement update 2015-11-19 08:18:42 UTC

Description Richard W.M. Jones 2015-06-10 20:38:03 UTC
Description of problem:

The attached virt-v2v log comes from a customer case where
a RHEL 6 guest has a /boot/grub/menu.lst file containing a
bogus kernel:

  title [...]
    kernel /vmlinuz-2.6.32-431.11.2.el6.x86_64.x86_64 [...]

This entry is the second entry in the grub config so it is
probably not used.

In this situation virt-v2v fails with:

virt-v2v: error: libguestfs error: statns: /boot/vmlinuz-2.6.32-431.11.2.el6.x86_64.x86_64: No such file or directory

It should instead warn on this but continue.

Version-Release number of selected component (if applicable):

virt-v2v 1.28.1-1.18.el7.x86_64

How reproducible:

100%

Steps to Reproduce:
1. Create a RHEL 6 guest.
2. Add a second entry to /boot/grub/menu.lst which contains a
   bogus kernel.
3. Try to convert the guest using virt-v2v.

Reported by: James Mighion

Comment 3 Pino Toscano 2015-08-25 08:58:33 UTC
Fixed upstream with commits
649f439cb78f12bb04ef90d83b81e1fa23495852
baa4ec6e4536be971d482af76f7dca89e74573a7
74f0b45ddf35f1cb1684702e9d3318d77fc3b520 (the actual fix)

Comment 5 mxie@redhat.com 2015-09-01 08:13:46 UTC
Bug 1230412
I can reproduce the bug with build:
libguestfs-1.28.1-1.49.el7

Try to verify this bug with package:
libguestfs-1.28.1-1.50.el7

Steps:
1. Create a RHEL 6.7 guest, name:rhel6.7-mxie. 

2. Add a second entry to /boot/grub/menu.lst which contains a
    bogus kernel:
title [...]
    kernel /vmlinuz-2.6.32-431.11.2.el6.x86_64.x86_64 [...]

3. Try to convert the guest using virt-v2v. It is converted with warning as below
   # virt-v2v -o rhev -os 10.66.90.115:/vol/v2v_auto/nfs_export -b rhevm -n rhevm rhel6.7-mxie
[   0.0] Opening the source -i libvirt rhel6.7-mxie
[   0.0] Creating an overlay to protect the source from being modified
[   0.0] Opening the overlay
[  93.0] Initializing the target -o rhev -os 10.66.90.115:/vol/v2v_auto/nfs_export
virt-v2v: warning: cannot write files to the NFS server as 36:36, even 
though we appear to be running as root. This probably means the NFS client 
or idmapd is not configured properly.

You will have to chown the files that virt-v2v creates after the run, 
otherwise RHEV-M will not be able to import the VM.
[  93.0] Inspecting the overlay
[ 106.0] Checking for sufficient free disk space in the guest
[ 106.0] Estimating space required on target for each disk
[ 106.0] Converting Red Hat Enterprise Linux Server release 6.7 Beta (Santiago) to run on KVM
virt-v2v: warning: ignoring kernel 
/boot/vmlinuz-2.6.32-431.11.2.el6.x86_64.x86_64 in grub, as it does not 
exist.
virt-v2v: This guest has virtio drivers installed.
[ 182.0] Mapping filesystem data to avoid copying unused and blank areas
[ 183.0] Closing the overlay
[ 183.0] Checking if the guest needs BIOS or UEFI to boot
[ 183.0] Copying disk 1/1 to /tmp/v2v.gl0cdg/67f39ca5-5198-4da3-aad6-7d05451eee12/images/fb7a8568-4abb-40bb-8522-603ee9b62498/c5b3ea68-b40e-4422-837c-5ced4fb0037c (raw)
    (100.00/100%)
[ 244.0] Creating output metadata
[ 244.0] Finishing off


Result:
 RHEL6 guest could be converted but with warning 
 Move this bug from ON_QA to VERIFIED

Comment 7 errata-xmlrpc 2015-11-19 07:01:50 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-2183.html


Note You need to log in before you can comment on or make changes to this bug.