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 1383665 - mount: unknown filesystem type 'xfs' error while converting centos VMware VM to glance image.
Summary: mount: unknown filesystem type 'xfs' error while converting centos VMware VM ...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libguestfs
Version: 7.2
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Richard W.M. Jones
QA Contact: Virtualization Bugs
URL:
Whiteboard: v2v
Depends On:
Blocks: 1401400
TreeView+ depends on / blocked
 
Reported: 2016-10-11 11:52 UTC by VIKRANT
Modified: 2020-02-14 18:00 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-16 16:53:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description VIKRANT 2016-10-11 11:52:41 UTC
Description of problem:

Getting below error while trying to convert CENTOS 7 VMware VM into glance image issuing virt-v2v command on RHEL 7 machine. 

~~~
mount: unknown filesystem type 'xfs' error 
~~~

Version-Release number of selected component (if applicable):
CentOS Linux release 7.1.1503 (Core)

How reproducible:
Everytime for Customer. 

Steps to Reproduce:
1. trying to convert the VMware Centos VM into glance image by issuing virt-v2v command. 

2.
3.

Actual results:
migration is getting failed. 

Expected results:
it should get successfully completed. 

Additional info:

Package installed on Centos VMware VM which need to be converted. 

# rpm -qa | grep libguestfs
libguestfs-tools-c-1.28.1-1.55.el7.centos.x86_64
libguestfs-tools-1.28.1-1.55.el7.centos.noarch
libguestfs-xfs-1.28.1-1.55.el7.centos.x86_64
libguestfs-1.28.1-1.55.el7.centos.x86_64
libguestfs-java-1.28.1-1.55.el7.centos.x86_64

package installed on RHEL machine which is used to issue virt-v2v command : 

# rpm -qa | grep virt-v2v
virt-v2v-1.28.1-1.55.el7.x86_64

Comment 2 VIKRANT 2016-10-11 11:57:56 UTC
xfs packages present on centos machine : 

~~~
# rpm -qa | grep -i xfs
xfsdump-3.1.4-1.el7.x86_64
libguestfs-xfs-1.28.1-1.18.el7.x86_64
xfsprogs-3.2.1-6.el7.x86_64
~~~

xfs Filesystems present on centos machine

~~~
# cat proc/mounts  | grep xfs
/dev/mapper/vg_os-lv_root / xfs rw,seclabel,relatime,attr2,inode64,noquota 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
/dev/sda1 /boot xfs rw,seclabel,relatime,attr2,inode64,noquota 0 0
~~~

Comment 3 VIKRANT 2016-10-11 12:01:57 UTC
kindly ignore libguestfs-xfs version in my last comment (C#2), as cu has upgraded this version to libguestfs-xfs-1.28.1-1.55.el7.centos.x86_64

Comment 4 Pino Toscano 2016-10-11 12:06:35 UTC
Can you please paste the results of:

  $ rpm -qa | grep kernel | sort -V
  $ ls -lh /boot /lib/modules

Comment 6 VIKRANT 2016-10-11 12:15:08 UTC
Here is output from centos machine. 

# awk '/kernel/ {print $1}' installed-rpms 
kernel-3.10.0-229.el7.x86_64
kernel-headers-3.10.0-229.el7.x86_64
kernel-tools-3.10.0-229.el7.x86_64
kernel-tools-libs-3.10.0-229.el7.x86_64

From sosreport : 

# ls -lh boot/
total 4.0K
drwxr-xr-x 1 rhel-liveuser rhel-liveuser 47 Jan 25  2016 grub2

# ls -lh lib/modules/
total 4.0K
drwxr-xr-x 1 rhel-liveuser rhel-liveuser 32 Sep 27 14:57 3.10.0-229.el7.x86_64


Kindly let me know if this information doesn't contains the info which you are looking for. I can ask the same from live system.

Comment 7 Pino Toscano 2016-10-11 12:22:33 UTC
@VIKRANT:
are those the packages installed on the machine where is virt-v2v is used? Are you sure that is the whole content of the /boot there?
Which precise OS and version is installed there?
Are you sure it is uptodate?

Comment 9 VIKRANT 2016-10-11 12:49:23 UTC
Hi Pino,

I have provided the output in C#6 from the centos machine which is a VMware VM. Cu is trying to convert this VM into openstack glance image. 

Do you want the output of following commands from machine on which we are issuing virt-v2v command ? 

~~~
  $ rpm -qa | grep kernel | sort -V
  $ ls -lh /boot /lib/modules
~~~

Comment 10 Pino Toscano 2016-10-11 12:52:18 UTC
(In reply to VIKRANT from comment #9)
> Do you want the output of following commands from machine on which we are
> issuing virt-v2v command ? 
> 
> ~~~
>   $ rpm -qa | grep kernel | sort -V
>   $ ls -lh /boot /lib/modules
> ~~~

Yes, precisely.  And also the versions of any guestfs and xfs related package there -- so, to get everything in one go:

  $ rpm -qa | grep -i -E '(kernel|guestf|v2v)' | sort -V

Comment 11 VIKRANT 2016-10-12 06:44:52 UTC
Here is the output of commands from node on which virt-v2v is issued 

# rpm -qa | grep -i -E '(kernel|guestf|v2v|xfs)' | sort -V
kernel-3.10.0-229.el7.x86_64
kernel-headers-3.10.0-229.el7.x86_64
kernel-tools-3.10.0-229.el7.x86_64
kernel-tools-libs-3.10.0-229.el7.x86_64
libguestfs-1.28.1-1.55.el7.centos.x86_64
libguestfs-java-1.28.1-1.55.el7.centos.x86_64
libguestfs-tools-1.28.1-1.55.el7.centos.noarch
libguestfs-tools-c-1.28.1-1.55.el7.centos.x86_64
libguestfs-xfs-1.28.1-1.55.el7.centos.x86_64
perl-Sys-Guestfs-1.28.1-1.55.el7.centos.x86_64
xfsdump-3.1.4-1.el7.x86_64
xfsprogs-3.2.2-2.el7.x86_64

# ls -lh /boot /lib/modules
/boot:
total 87M
-rw-r--r--. 1 root root 121K Mar  6  2015 config-3.10.0-229.el7.x86_64
drwxr-xr-x. 2 root root 4.0K Sep 19 11:07 extlinux
drwxr-xr-x. 2 root root   26 Nov 10  2015 grub
drwxr-xr-x. 6 root root  104 Jan 25  2016 grub2
-rw-r--r--. 1 root root  38M Nov 10  2015 initramfs-0-rescue-f2817eed469f45f0ba70574a093a148d.img
-rw-------. 1 root root  18M Oct 11 17:22 initramfs-3.10.0-229.el7.x86_64.img
-rw-------. 1 root root  18M Sep  7 15:29 initramfs-3.10.0-229.el7.x86_64kdump.img
-rw-r--r--. 1 root root 576K Nov 10  2015 initrd-plymouth.img
-rw-r--r--. 1 root root 235K Mar  6  2015 symvers-3.10.0-229.el7.x86_64.gz
-rw-------. 1 root root 2.8M Mar  6  2015 System.map-3.10.0-229.el7.x86_64
-rwxr-xr-x. 1 root root 4.8M Nov 10  2015 vmlinuz-0-rescue-f2817eed469f45f0ba70574a093a148d
-rwxr-xr-x. 1 root root 4.8M Mar  6  2015 vmlinuz-3.10.0-229.el7.x86_64

/lib/modules:
total 4.0K
drwxr-xr-x. 7 root root 4.0K Oct 11 17:22 3.10.0-229.el7.x86_64

Comment 12 VIKRANT 2016-10-12 06:46:21 UTC
Also, tried the migration after upgrading the packages on Centos machine [vm which need to converted] but no luck.

# rpm -qa | grep xfs
xfsdump-3.1.4-1.el7.x86_64
libguestfs-xfs-1.28.1-1.55.el7.centos.x86_64
xfsprogs-3.2.2-2.el7.x86_64

Comment 13 Pino Toscano 2016-10-12 07:55:14 UTC
(In reply to VIKRANT from comment #11)
> Here is the output of commands from node on which virt-v2v is issued 
> 
> # rpm -qa | grep -i -E '(kernel|guestf|v2v|xfs)' | sort -V
> kernel-3.10.0-229.el7.x86_64
> kernel-headers-3.10.0-229.el7.x86_64
> kernel-tools-3.10.0-229.el7.x86_64
> kernel-tools-libs-3.10.0-229.el7.x86_64
> libguestfs-1.28.1-1.55.el7.centos.x86_64
> libguestfs-java-1.28.1-1.55.el7.centos.x86_64
> libguestfs-tools-1.28.1-1.55.el7.centos.noarch
> libguestfs-tools-c-1.28.1-1.55.el7.centos.x86_64
> libguestfs-xfs-1.28.1-1.55.el7.centos.x86_64
> perl-Sys-Guestfs-1.28.1-1.55.el7.centos.x86_64
> xfsdump-3.1.4-1.el7.x86_64
> xfsprogs-3.2.2-2.el7.x86_64

The kernel is old, is the machine uptodate? Or I guess the "updates" repository is not enabled?
(Just for reference, on my CentOS 7 machines/VMs with updates enabled, the current kernel is kernel-3.10.0-327.36.2.el7.x86_64.)

Also, could you please execute, always where virt-v2v is installed and used, these two commands more:

  $ grep -nHi xfs /boot/config-*
  $ guestfish -a /dev/null run : debug sh "find / -name '*xfs*' | sort"
  
(you don't need to be root to execute these commands, btw)

Comment 14 VIKRANT 2016-10-12 08:41:56 UTC
Just to be clear : 

Centos is a VM running in VMware environment which need to converted into glance image. 

We are running virt-v2v command from RHEL machine. Outputs provided in C#11 are from RHEL machine. Output provided in C#12 is from centos machine. Let me grab the outputs of command mentioned in C#13. It may not be easy for cu to upgrade the kernel on RHEL machine because it's a controller node of openstack environment.

Comment 15 Pino Toscano 2016-10-12 08:52:02 UTC
(In reply to VIKRANT from comment #14)
> Just to be clear : 
> 
> Centos is a VM running in VMware environment which need to converted into
> glance image. 
> 
> We are running virt-v2v command from RHEL machine. Outputs provided in C#11
> are from RHEL machine. Output provided in C#12 is from centos machine. Let
> me grab the outputs of command mentioned in C#13.

All the outputs I asked needed to be executed on the machine where virt-v2v is installed and used, as it's the environment used by that libguestfs for inspecting and working on the guest OSes.

Comment 16 VIKRANT 2016-10-12 09:24:45 UTC
ack for your C#15.

Kindly find the below outputs : 

# grep -nHi xfs /boot/config-*
/boot/config-3.10.0-327.el7.x86_64:4689:CONFIG_XFS_FS=m
/boot/config-3.10.0-327.el7.x86_64:4690:CONFIG_XFS_QUOTA=y
/boot/config-3.10.0-327.el7.x86_64:4691:CONFIG_XFS_POSIX_ACL=y
/boot/config-3.10.0-327.el7.x86_64:4692:# CONFIG_XFS_RT is not set
/boot/config-3.10.0-327.el7.x86_64:4693:# CONFIG_XFS_WARN is not set
/boot/config-3.10.0-327.el7.x86_64:4694:# CONFIG_XFS_DEBUG is not set
/boot/config-3.10.0-327.el7.x86_64:4795:# CONFIG_VXFS_FS is not set

# guestfish -a /dev/null run : debug sh "find / -name '*xfs*' | sort"
/usr/lib/modules/3.10.0-327.el7.x86_64/kernel/fs/xfs
/usr/lib/modules/3.10.0-327.el7.x86_64/kernel/fs/xfs/xfs.ko
/usr/sbin/fsck.xfs
/usr/sbin/mkfs.xfs
/usr/sbin/xfs_admin
/usr/sbin/xfs_bmap
/usr/sbin/xfs_copy
/usr/sbin/xfs_db
/usr/sbin/xfs_estimate
/usr/sbin/xfs_freeze
/usr/sbin/xfs_fsr
/usr/sbin/xfs_growfs
/usr/sbin/xfs_info
/usr/sbin/xfs_io
/usr/sbin/xfs_logprint
/usr/sbin/xfs_mdrestore
/usr/sbin/xfs_metadump
/usr/sbin/xfs_mkfile
/usr/sbin/xfs_ncheck
/usr/sbin/xfs_quota
/usr/sbin/xfs_repair
/usr/sbin/xfs_rtcp

Comment 17 Richard W.M. Jones 2016-10-12 09:29:16 UTC
Here's another test, again to be run on the virt-v2v machine:

$ guestfish -N fs:xfs -m /dev/sda1 exit
$ guestfish -a test1.img -m /dev/sda1 exit

Both commands should produce no output and no errors.

Comment 18 Richard W.M. Jones 2016-10-12 09:36:22 UTC
Also please attach 'rpm -qa' output.

Comment 20 VIKRANT 2016-10-12 10:34:25 UTC
Richard, Cu earlier shared the outputs from guest which need to convert. Kindly find the outputs from RHEL machine on which we are issuing virt-v2v command : 

~~~
# rpm -qa | grep -i -E '(kernel|guestf|v2v|xfs)' | sort -V
abrt-addon-kerneloops-2.1.11-34.el7.x86_64
kernel-3.10.0-327.el7.x86_64
kernel-tools-3.10.0-327.el7.x86_64
kernel-tools-libs-3.10.0-327.el7.x86_64
libguestfs-1.28.1-1.55.el7.x86_64
libguestfs-tools-1.28.1-1.55.el7.noarch
libguestfs-tools-c-1.28.1-1.55.el7.x86_64
libguestfs-winsupport-7.2-1.el7.x86_64
libguestfs-xfs-1.28.1-1.55.el7.x86_64
perl-Sys-Guestfs-1.28.1-1.55.el7.x86_64
virt-v2v-1.28.1-1.55.el7.x86_64
xfsdump-3.1.4-1.el7.x86_64
xfsprogs-3.2.2-2.el7.x86_64
~~~
# ls -lh /boot /lib/modules
/boot:
total 124M
-rw-r--r--. 1 root root 124K Oct 30  2015 config-3.10.0-327.el7.x86_64
drwxr-xr-x. 2 root root 4.0K Apr 15 14:28 extlinux
drwx------. 6 root root  104 Apr 15 14:33 grub2
-rw-r--r--. 1 root root  55M Apr 15 14:33 initramfs-0-rescue-82b4130b48354e6f838ac35d916331fd.img
-rw-------. 1 root root  29M Apr 15 14:33 initramfs-3.10.0-327.el7.x86_64.img
-rw-------. 1 root root  18M Jul 25 18:07 initramfs-3.10.0-327.el7.x86_64kdump.img
-rw-r--r--. 1 root root 9.8M Apr 15 14:31 initrd-plymouth.img
-rw-r--r--. 1 root root 247K Oct 30  2015 symvers-3.10.0-327.el7.x86_64.gz
-rw-------. 1 root root 2.9M Oct 30  2015 System.map-3.10.0-327.el7.x86_64
-rwxr-xr-x. 1 root root 5.0M Apr 15 14:33 vmlinuz-0-rescue-82b4130b48354e6f838ac35d916331fd
-rwxr-xr-x. 1 root root 5.0M Oct 30  2015 vmlinuz-3.10.0-327.el7.x86_64

/lib/modules:
total 4.0K
drwxr-xr-x. 7 root root 4.0K Apr 15 14:33 3.10.0-327.el7.x86_64
~~~
# grep -nHi xfs /boot/config-*
/boot/config-3.10.0-327.el7.x86_64:4689:CONFIG_XFS_FS=m
/boot/config-3.10.0-327.el7.x86_64:4690:CONFIG_XFS_QUOTA=y
/boot/config-3.10.0-327.el7.x86_64:4691:CONFIG_XFS_POSIX_ACL=y
/boot/config-3.10.0-327.el7.x86_64:4692:# CONFIG_XFS_RT is not set
/boot/config-3.10.0-327.el7.x86_64:4693:# CONFIG_XFS_WARN is not set
/boot/config-3.10.0-327.el7.x86_64:4694:# CONFIG_XFS_DEBUG is not set
/boot/config-3.10.0-327.el7.x86_64:4795:# CONFIG_VXFS_FS is not set
~~~
# guestfish -a /dev/null run : debug sh "find / -name '*xfs*' | sort"
/usr/lib/modules/3.10.0-327.el7.x86_64/kernel/fs/xfs
/usr/lib/modules/3.10.0-327.el7.x86_64/kernel/fs/xfs/xfs.ko
/usr/sbin/fsck.xfs
/usr/sbin/mkfs.xfs
/usr/sbin/xfs_admin
/usr/sbin/xfs_bmap
/usr/sbin/xfs_copy
/usr/sbin/xfs_db
/usr/sbin/xfs_estimate
/usr/sbin/xfs_freeze
/usr/sbin/xfs_fsr
/usr/sbin/xfs_growfs
/usr/sbin/xfs_info
/usr/sbin/xfs_io
/usr/sbin/xfs_logprint
/usr/sbin/xfs_mdrestore
/usr/sbin/xfs_metadump
/usr/sbin/xfs_mkfile
/usr/sbin/xfs_ncheck
/usr/sbin/xfs_quota
/usr/sbin/xfs_repair
/usr/sbin/xfs_rtcp
~~~


Commands which you have shared in C#17. Are these commands need to issue on RHEL system or centos guest. i am confirming because of RHEL system is  in production.

I have tried to issue the command in lab setup and got the below result : 

~~~
# guestfish -N fs:xfs -m /dev/sda2 exit
libguestfs: error: mkfs: xfs: /dev/sda1: mkfs.xfs: No such file or directory
guestfish: error creating prepared disk image 'fs:xfs' on 'test1.img': failed to create filesystem (xfs): mkfs: xfs: /dev/sda1: mkfs.xfs: No such file or directory
~~~

Comment 21 Richard W.M. Jones 2016-10-12 10:43:17 UTC
Also need:

rpm -qa
ls -l /sbin/modprobe*

Anyway this is likely because they have installed ksplice.  There
is a workaround described here:

https://www.redhat.com/archives/libguestfs/2016-March/msg00055.html

But ksplice is not supported and breaks RHEL in strange ways such
as this one, so if it does turn out to be ksplice then it's NOTABUG.

Comment 22 VIKRANT 2016-10-13 05:02:29 UTC
Here is the output of commands : 

# rpm -qa
xorg-x11-drv-evdev-2.9.2-2.el7.x86_64
virt-install-1.2.1-8.el7.noarch
gutenprint-5.2.9-18.el7.x86_64
NetworkManager-adsl-1.0.6-27.el7.x86_64
libXft-2.3.2-2.el7.x86_64
python-smbc-1.0.13-7.el7.x86_64
gstreamer1-plugins-base-1.4.5-2.el7.x86_64
usbutils-007-5.el7.x86_64
libglade2-2.6.4-11.el7.x86_64
postfix-2.10.1-6.el7.x86_64
gstreamer1-plugins-good-1.4.5-2.el7.x86_64
qemu-guest-agent-2.3.0-4.el7.x86_64
pygtk2-libglade-2.24.0-9.el7.x86_64
rng-tools-5-7.el7.x86_64
gtkmm24-2.24.2-8.el7.x86_64
crda-1.1.3_2015.04.06-2.el7.x86_64
libpurple-2.10.7-23.el7.x86_64
setuptool-1.19.11-8.el7.x86_64
dleyna-server-0.4.0-1.el7.x86_64
kernel-tools-3.10.0-327.el7.x86_64
paps-libs-0.6.8-28.el7.1.x86_64
libproxy-mozjs-0.4.11-8.el7.x86_64
pulseaudio-utils-6.0-7.el7.x86_64
enscript-1.6.6-6.el7.x86_64
libXxf86dga-1.1.4-2.1.el7.x86_64
dvd+rw-tools-7.1-15.el7.x86_64
at-spi2-core-2.8.0-6.el7.x86_64
gnome-icon-theme-extras-3.12.0-1.el7.noarch
gnome-desktop3-3.14.2-2.el7.x86_64
crash-7.1.2-2.el7.x86_64
ibus-gtk2-1.5.3-13.el7.x86_64
mtr-0.85-7.el7.x86_64
clutter-gtk-1.4.4-7.el7.x86_64
nano-2.3.1-10.el7.x86_64
clutter-gst2-2.0.12-2.el7.x86_64
vlgothic-fonts-20130607-2.el7.noarch
libgdata-0.17.1-1.el7.x86_64
google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch
caribou-gtk2-module-0.4.16-1.el7.x86_64
lohit-assamese-fonts-2.5.3-2.el7.noarch
libreport-gtk-2.1.11-30.el7.x86_64
lohit-oriya-fonts-2.5.4.1-3.el7.noarch
zenity-3.8.0-5.el7.x86_64
lohit-telugu-fonts-2.5.3-3.el7.noarch
libpeas-1.12.1-1.el7.x86_64
dejavu-sans-mono-fonts-2.33-6.el7.noarch
libgnomekbd-3.6.0-4.el7.x86_64
madan-fonts-2.000-11.el7.noarch
libzapojit-0.0.3-4.el7.x86_64
thai-scalable-waree-fonts-0.5.0-7.el7.noarch
abrt-gui-libs-2.1.11-34.el7.x86_64
ucs-miscfixed-fonts-0.3-11.el7.noarch
gnome-bluetooth-3.14.1-1.el7.x86_64
sil-nuosu-fonts-2.1.1-5.el7.noarch
evince-3.14.2-5.el7.x86_64
lohit-nepali-fonts-2.5.3-2.el7.noarch
NetworkManager-libreswan-1.0.6-3.el7.x86_64
rfkill-0.4-9.el7.x86_64
gnome-keyring-pam-3.14.0-1.el7.x86_64
lrzsz-0.12.20-36.el7.x86_64
metacity-2.34.13-7.el7.x86_64
iwl2030-firmware-18.168.6.1-43.el7.noarch
keybinder3-0.3.0-1.el7.x86_64
iwl6000g2a-firmware-17.168.5.3-43.el7.noarch
gnome-shell-3.14.4-37.el7.x86_64
NetworkManager-config-server-1.0.6-27.el7.x86_64
gnome-shell-extension-places-menu-3.14.4-13.el7.noarch
checkpolicy-2.1.12-6.el7.x86_64
man-pages-3.53-5.el7.noarch
liberation-fonts-common-1.07.2-15.el7.noarch
libvirt-daemon-config-network-1.2.17-13.el7.x86_64
libselinux-python-2.2.2-6.el7.x86_64
libtimezonemap-0.4.4-1.el7.x86_64
libkkc-0.3.1-8.el7.x86_64
gpg-pubkey-2fa658e0-45700c69
hyperv-daemons-license-0-0.26.20150402git.el7.noarch
libvirt-python-1.2.17-2.el7.x86_64
python-decorator-3.4.0-3.el7.noarch
grilo-plugins-0.2.14-8.el7.x86_64
webrtc-audio-processing-0.1-5.el7.x86_64
libguestfs-winsupport-7.2-1.el7.x86_64
langtable-0.0.31-3.el7.noarch
glusterfs-api-3.7.1-16.el7.x86_64
procps-ng-3.3.10-3.el7.x86_64
sane-backends-libs-1.0.24-9.el7.x86_64
gpgme-1.3.2-5.el7.x86_64
python-oslo-config-1.4.0-1.el7ost.noarch
mesa-filesystem-10.6.5-3.20150824.el7.x86_64
cups-filters-libs-1.0.35-21.el7.x86_64
python-chardet-2.2.1-1.el7_1.noarch
initial-setup-0.3.9.30-1.el7.x86_64
python-rhsm-1.15.4-5.el7.x86_64
python-jsonpatch-1.2-2.el7.noarch
libwacom-data-0.12-1.el7.noarch
quota-nls-4.01-11.el7.noarch
pyliblzma-0.5.3-11.el7.x86_64
pm-utils-1.4.1-27.el7.x86_64
libseccomp-2.2.1-1.el7.x86_64
tzdata-java-2015g-1.el7.noarch
libXfixes-5.0.1-2.1.el7.x86_64
libconfig-1.4.9-5.el7.x86_64
file-roller-nautilus-3.14.2-7.el7.x86_64
libpath_utils-0.2.1-25.el7.x86_64
bash-4.2.46-19.el7.x86_64
libXrender-0.9.8-2.1.el7.x86_64
libnl-1.1.4-3.el7.x86_64
system-config-printer-1.4.1-19.el7.x86_64
libmspack-0.5-0.4.alpha.el7.x86_64
freetype-2.4.11-11.el7.x86_64
startup-notification-0.12-8.el7.x86_64
newt-python-0.52.15-4.el7.x86_64
rhn-setup-gnome-2.0.2-6.el7.noarch
usermode-1.111-5.el7.x86_64
libpng-1.5.13-5.el7.x86_64
pulseaudio-6.0-7.el7.x86_64
cdparanoia-libs-10.2-17.el7.x86_64
gedit-3.14.3-9.el7.x86_64
supermin5-5.1.10-1.2.el7.x86_64
libSM-1.2.2-2.el7.x86_64
pygobject3-3.14.0-3.el7.x86_64
python-kitchen-1.1.1-5.el7.noarch
gvfs-goa-1.22.4-6.el7.x86_64
libwebp-0.3.0-3.el7.x86_64
libogg-1.3.0-7.el7.x86_64
xorg-x11-server-utils-7.7-14.el7.x86_64
python-slip-0.4.0-2.el7.noarch
ibus-hangul-1.4.2-10.el7.x86_64
device-mapper-1.02.107-5.el7.x86_64
gawk-4.0.2-4.el7.x86_64
festival-lib-1.96-28.el7.x86_64
python-di-0.3-2.el7.noarch
gnome-font-viewer-3.14.1-2.el7.x86_64
polkit-pkla-compat-0.1-4.el7.x86_64
libffi-3.0.13-16.el7.x86_64
xdg-user-dirs-0.15-4.el7.x86_64
python-backports-1.0-8.el7.x86_64
firewall-config-0.3.9-14.el7.noarch
hwdata-0.252-8.1.el7.x86_64
gstreamer1-1.4.5-1.el7.x86_64
mesa-libGLU-9.0.0-4.el7.x86_64
pyOpenSSL-0.13.1-3.el7.x86_64
system-config-printer-udev-1.4.1-19.el7.x86_64
PackageKit-yum-1.0.7-5.el7.x86_64
libtdb-1.3.6-2.el7.x86_64
xorg-x11-drv-vmware-13.0.2-7.20150211git8f0cf7c.el7.x86_64
nss-3.19.1-18.el7.x86_64
spice-vdagent-0.14.0-10.el7.x86_64
kernel-3.10.0-327.el7.x86_64
orc-0.4.22-5.el7.x86_64
xorg-x11-drv-dummy-0.3.6-21.el7.x86_64
openldap-2.4.40-8.el7.x86_64
abrt-console-notification-2.1.11-34.el7.x86_64
unbound-libs-1.4.20-26.el7.x86_64
gmp-6.0.0-11.el7.x86_64
pango-1.36.8-2.el7.x86_64
libreport-cli-2.1.11-30.el7.x86_64
avahi-0.6.31-15.el7.x86_64
iscsi-initiator-utils-iscsiuio-6.2.0.873-32.el7.x86_64
nettle-2.7.1-4.el7.x86_64
libgnomecanvas-2.30.3-8.el7.x86_64
libuser-python-0.60-7.el7_1.x86_64
irqbalance-1.0.7-5.el7.x86_64
wpa_supplicant-2.0-17.el7_1.x86_64
adwaita-icon-theme-3.14.1-1.el7.noarch
system-config-printer-libs-1.4.1-19.el7.noarch
mariadb-libs-5.5.44-2.el7.x86_64
openssh-server-6.6.1p1-22.el7.x86_64
upower-0.99.2-1.el7.x86_64
libcroco-0.6.8-5.el7.x86_64
telepathy-haze-0.8.0-1.el7.x86_64
gettext-libs-0.18.2.1-4.el7.x86_64
man-db-2.6.3-9.el7.x86_64
lvm2-libs-2.02.130-5.el7.x86_64
libdvdread-4.2.0-6.el7.x86_64
plymouth-plugin-label-0.8.9-0.24.20140113.el7.x86_64
perl-Pod-Perldoc-3.20-4.el7.noarch
hunspell-en-0.20121024-5.el7.noarch
totem-pl-parser-3.10.5-1.el7.x86_64
boost-thread-1.53.0-25.el7.x86_64
libdmx-1.1.3-3.el7.x86_64
perl-threads-1.87-4.el7.x86_64
xfsdump-3.1.4-1.el7.x86_64
dleyna-core-0.4.0-1.el7.x86_64
nss-softokn-3.16.2.3-13.el7_1.x86_64
clutter-1.20.0-4.el7.x86_64
perl-Exporter-5.68-3.el7.noarch
wget-1.14-10.el7_0.1.x86_64
dracut-network-033-359.el7.x86_64
dosfstools-3.0.20-9.el7.x86_64
gcr-3.14.0-1.el7.x86_64
perl-5.16.3-286.el7.x86_64
lohit-punjabi-fonts-2.5.3-2.el7.noarch
libcgroup-tools-0.41-8.el7.x86_64
less-458-9.el7.x86_64
gnome-vfs2-2.24.4-14.el7.x86_64
perl-Digest-MD5-2.52-3.el7.x86_64
liberation-serif-fonts-1.07.2-15.el7.noarch
abrt-2.1.11-34.el7.x86_64
fuse-2.9.2-6.el7.x86_64
gjs-1.42.0-1.el7.x86_64
perl-Business-ISBN-2.06-2.el7.noarch
gnu-free-mono-fonts-20120503-8.el7.noarch
abrt-cli-2.1.11-34.el7.x86_64
libgtop2-2.28.4-7.el7.x86_64
gtksourceview3-3.14.3-1.el7.x86_64
perl-HTTP-Daemon-6.01-5.el7.noarch
open-sans-fonts-1.10-1.el7.noarch
audit-2.4.1-5.el7.x86_64
libdb-utils-5.3.21-19.el7.x86_64
libchamplain-0.12.4-5.el7.x86_64
keyutils-1.5.8-3.el7.x86_64
sil-abyssinica-fonts-1.200-6.el7.noarch
rtkit-0.11-10.el7.x86_64
mtools-4.0.18-5.el7.x86_64
libchamplain-gtk-0.12.4-5.el7.x86_64
gamin-0.1.10-16.el7.x86_64
sil-padauk-fonts-2.8-5.el7.noarch
usb_modeswitch-1.2.7-6.el7.x86_64
libfontenc-1.1.2-3.el7.x86_64
yelp-libs-3.14.2-1.el7.x86_64
isomd5sum-1.0.10-5.el7.x86_64
setserial-2.17-33.el7.x86_64
hplip-common-3.13.7-6.el7.x86_64
openssl-libs-1.0.1e-42.el7_1.9.x86_64
gnome-packagekit-3.14.3-5.el7.x86_64
icoutils-0.31.0-3.el7.x86_64
iwl4965-firmware-228.61.2.24-43.el7.noarch
device-mapper-multipath-libs-0.4.9-85.el7.x86_64
dbus-python-1.1.1-9.el7.x86_64
gdm-3.14.2-12.el7.x86_64
xorg-x11-fonts-Type1-7.5-9.el7.noarch
iwl2000-firmware-18.168.6.1-43.el7.noarch
libvirt-daemon-1.2.17-13.el7.x86_64
gnome-shell-extension-window-list-3.14.4-13.el7.noarch
binutils-2.23.52.0.1-55.el7.x86_64
java-1.8.0-openjdk-headless-1.8.0.65-3.b17.el7.x86_64
gnu-free-fonts-common-20120503-8.el7.noarch
iwl7260-firmware-22.0.7.0-43.el7.noarch
libvirt-gobject-0.1.9-1.el7.x86_64
libappstream-glib-0.3.6-1.el7.x86_64
python-dmidecode-3.10.13-11.el7.x86_64
libreport-web-2.1.11-30.el7.x86_64
libreport-filesystem-2.1.11-30.el7.x86_64
perl-Sys-Virt-1.2.17-2.el7.x86_64
glusterfs-libs-3.7.1-16.el7.x86_64
libfprint-0.5.0-3.el7.x86_64
pam-1.1.8-12.el7_1.1.x86_64
netpbm-10.61.02-9.el7.x86_64
smc-fonts-common-6.0-7.el7.noarch
python-babel-1.3-6.el7ost.noarch
jbigkit-libs-2.0-11.el7.x86_64
kbd-legacy-1.15.5-11.el7.noarch
colord-libs-1.2.7-2.el7.x86_64
rpm-python-4.11.3-17.el7.x86_64
seabios-bin-1.7.5-11.el7.noarch
python-httplib2-0.7.7-3.el7ost.noarch
vim-filesystem-7.4.160-1.el7.x86_64
qemu-kvm-1.5.3-105.el7.x86_64
langtable-python-0.0.31-3.el7.noarch
ncompress-4.2.4.4-3.el7.x86_64
kbd-misc-1.15.5-11.el7.noarch
libguestfs-xfs-1.28.1-1.55.el7.x86_64
libX11-1.6.3-2.el7.x86_64
hpijs-3.13.7-6.el7.x86_64
fipscheck-1.4.1-5.el7.x86_64
mtdev-1.1.5-5.el7.x86_64
nss-softokn-freebl-3.16.2.3-13.el7_1.x86_64
libXtst-1.2.2-2.1.el7.x86_64
gnome-classic-session-3.14.4-13.el7.noarch
sysvinit-tools-2.88-14.dsf.el7.x86_64
kernel-tools-libs-3.10.0-327.el7.x86_64
pcre-8.32-15.el7.x86_64
libXcursor-1.1.14-2.1.el7.x86_64
gnome-system-monitor-3.14.1-3.el7.x86_64
ethtool-3.15-2.el7.x86_64
ustr-1.0.4-16.el7.x86_64
libuuid-2.23.2-26.el7.x86_64
libxkbfile-1.0.8-5.el7.x86_64
gnome-color-manager-3.14.2-1.el7.x86_64
graphite2-1.2.2-5.el7.x86_64
openssh-6.6.1p1-22.el7.x86_64
chkconfig-1.3.61-5.el7.x86_64
cairomm-1.10.0-8.el7.x86_64
virt-viewer-2.0-6.el7.x86_64
harfbuzz-icu-0.9.36-1.el7.x86_64
avahi-autoipd-0.6.31-15.el7.x86_64
sqlite-3.7.17-8.el7.x86_64
brltty-4.5-9.el7.x86_64
ibus-rawcode-1.3.2-3.el7.x86_64
python-javapackages-3.4.1-11.el7.noarch
iptables-1.4.21-16.el7.x86_64
elfutils-libelf-0.163-3.el7.x86_64
rhino-1.7R4-5.el7.noarch
gvfs-archive-1.22.4-6.el7.x86_64
cups-client-1.6.3-22.el7.x86_64
dracut-033-359.el7.x86_64
libcap-2.22-8.el7.x86_64
xorg-x11-xinit-1.3.4-1.el7.x86_64
baobab-3.14.1-5.el7.x86_64
pyxattr-0.5.1-5.el7.x86_64
ibus-libs-1.5.3-13.el7.x86_64
shared-mime-info-1.1-9.el7.x86_64
cups-1.6.3-22.el7.x86_64
xorg-x11-utils-7.5-13.1.el7.x86_64
python-requests-2.6.0-1.el7_1.noarch
mesa-libgbm-10.6.5-3.20150824.el7.x86_64
telepathy-glib-0.24.0-1.el7.x86_64
xorg-x11-drv-qxl-0.1.1-18.el7.x86_64
xorg-x11-drivers-7.7-6.el7.x86_64
logrotate-3.8.6-6.el7.x86_64
accountsservice-libs-0.6.35-9.el7.x86_64
libicu-50.1.2-15.el7.x86_64
xorg-x11-drv-v4l-0.2.0-42.el7.x86_64
vim-enhanced-7.4.160-1.el7.x86_64
curl-7.29.0-25.el7.x86_64
gnutls-3.3.8-12.el7_1.1.x86_64
glibmm24-2.42.0-1.el7.x86_64
libXvMC-1.0.8-2.1.el7.x86_64
grub2-2.02-0.29.el7.x86_64
xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64
samba-common-4.2.3-10.el7.noarch
libxcb-1.11-4.el7.x86_64
pygtk2-2.24.0-9.el7.x86_64
PackageKit-gstreamer-plugin-1.0.7-5.el7.x86_64
mailx-12.5-12.el7_0.x86_64
udisks2-2.1.2-6.el7.x86_64
libtheora-1.1.1-8.el7.x86_64
farstream02-0.2.3-3.el7.x86_64
biosdevname-0.6.2-1.el7.x86_64
python-urlgrabber-3.10-7.el7.noarch
ebtables-2.0.10-13.el7.x86_64
keyutils-libs-1.5.8-3.el7.x86_64
gstreamer-plugins-good-0.10.31-11.el7.x86_64
dracut-config-rescue-033-359.el7.x86_64
libwvstreams-4.6.1-11.el7.x86_64
systemd-python-219-19.el7.x86_64
libgomp-4.8.5-4.el7.x86_64
gnome-themes-standard-3.14.2.2-2.el7.x86_64
redhat-support-tool-0.9.7-6.el7.noarch
libverto-tevent-0.2.5-4.el7.x86_64
gnutls-dane-3.3.8-12.el7_1.1.x86_64
gdbm-1.10-8.el7.x86_64
speech-dispatcher-0.7.1-15.el7.x86_64
libreport-plugin-mailx-2.1.11-30.el7.x86_64
perl-Pod-Usage-1.63-3.el7.noarch
libgovirt-0.3.3-1.el7.x86_64
ModemManager-glib-1.1.0-8.git20130913.el7.x86_64
at-spi2-atk-2.8.1-4.el7.x86_64
Red_Hat_Enterprise_Linux-Release_Notes-7-en-US-7-2.el7.noarch
perl-threads-shared-1.43-6.el7.x86_64
gupnp-av-0.12.2-3.el7.x86_64
jasper-libs-1.900.1-29.el7.x86_64
ibus-1.5.3-13.el7.x86_64
bash-completion-2.1-6.el7.noarch
perl-Time-Local-1.2300-2.el7.noarch
cyrus-sasl-2.1.26-19.2.el7.x86_64
openjpeg-libs-1.5.1-10.el7.x86_64
libgweather-3.14.1-1.el7.x86_64
paktype-naskh-basic-fonts-4.1-3.el7.noarch
perl-Data-Dumper-2.145-3.el7.x86_64
pciutils-3.2.1-4.el7.x86_64
libiec61883-1.2.0-10.el7.x86_64
caribou-0.4.16-1.el7.x86_64
lohit-marathi-fonts-2.5.3-2.el7.noarch
perl-Net-LibIDN-0.12-15.el7.x86_64
abrt-addon-pstoreoops-2.1.11-34.el7.x86_64
avahi-gobject-0.6.31-15.el7.x86_64
evolution-data-server-3.12.11-24.el7.x86_64
google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch
perl-HTTP-Message-6.06-6.el7.noarch
rhn-client-tools-2.0.2-6.el7.noarch
libbonobo-2.32.1-7.el7.x86_64
gnome-python2-bonobo-2.28.1-14.el7.x86_64
lohit-bengali-fonts-2.5.3-4.el7.noarch
fftw-libs-double-3.3.3-8.el7.x86_64
rpcbind-0.2.0-32.el7.x86_64
libnl3-cli-3.2.21-10.el7.x86_64
colord-gtk-0.1.25-4.el7.x86_64
paratype-pt-sans-fonts-20101909-3.el7.noarch
libqmi-1.6.0-4.el7.x86_64
librdmacm-1.0.21-1.el7.x86_64
libunistring-0.9.3-9.el7.x86_64
gnome-python2-gnomevfs-2.28.1-14.el7.x86_64
overpass-fonts-1.01-5.el7.noarch
exiv2-libs-0.23-6.el7.x86_64
net-tools-2.0-0.17.20131004git.el7.x86_64
lsof-4.87-4.el7.x86_64
gvfs-fuse-1.22.4-6.el7.x86_64
iwl6050-firmware-41.28.5.1-43.el7.noarch
perl-IO-Socket-SSL-1.94-3.el7.noarch
alsa-firmware-1.0.28-2.el7.noarch
fontconfig-2.10.95-7.el7.x86_64
vino-3.14.2-1.el7.x86_64
ivtv-firmware-20080701-26.el7.noarch
libss-1.42.9-7.el7.x86_64
python-blivet-0.61.15.37-1.el7.noarch
pygobject3-base-3.14.0-3.el7.x86_64
~~~
# ls -l /sbin/modprobe*
ls: cannot access /sbin/modprobe*: No such file or directory



Can you please confirm about these commands, is't safe to issue these commands on machine used for issuing "virt-v2v" ?

~~~
$ guestfish -N fs:xfs -m /dev/sda1 exit
$ guestfish -a test1.img -m /dev/sda1 exit
~~~

Comment 23 Richard W.M. Jones 2016-10-13 08:57:50 UTC
Why is kmod not installed?  Why is systemd not installed ...?
Why is there no modprobe binary?
The RPM output makes no sense at all.

On RHEL all kinds of vital packages depend on kmod and systemd.
Module loading won't work at all without modprobe (the root cause
of the virt-v2v problem).

Please check if the customer has installed some sort of non-
supported package, or used 'rpm --force' etc.

Comment 30 Richard W.M. Jones 2017-02-16 16:53:33 UTC
Closing this, insufficient data.

If you retest then please:

(1) Do not install ksplice, it is not supported.

(2) Try RHEL 7.4 packages on the conversion server
(https://bugzilla.redhat.com/show_bug.cgi?id=1359086#c4)

(3) Run virt-v2v with full debugging.

Note that we don't support conversion of CentOS guests in any case,
but we will try to help out where possible.


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