Problem to convert ESX guest into the KVM
Hi , I'm testing RHEV v3 beta .
One of the tasks is to convert ESX guests ( v 4 and 5 ) into the KVM format within the RHEV-M .
1. When I’m trying to covert ESX guest ( v.4 ) into the RHEV
#virt-v2v -ic esx://10.45.2.130/?no_verify=1 -o rhev -osd rh6lab3:/extra/export2 --network lclients Rhel5.5-WEB-Rsync-Backup
I get this error :
"qemu: terminating on signal 15"
2. Although everything looks fine and I succeeded to import and boot converted guest within the RHEV I noticed that after the migration not all data present on the KVM guest .So, most of a data was under the /root on ESX guest is not found on KVM guest .
Full vrt-v2v putput :
# virt-v2v -ic esx://10.45.2.130/?no_verify=1 -o rhev -osd rh6lab3.il.nds.com:/extra/export2 --network lclients Rhel5.5-WEB-Rsync-Backup
PD RHEL 5 Image_PD RHEL 5 Image: 100% [================================================================]D 0h41m11s
qemu: terminating on signal 15 from pid 17463
virt-v2v: Rhel5.5-WEB-Rsync-Backup configured with virtio drivers
Any ideas ?
Thanks ,
/Vlad.
Responses
It would be very useful to see the output of the same command, but with the following environment variables set:
export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_TRACE=1
That will produce a lot of output so you may need to attach it as a file.
Is /root a separate partition?
What was the nature of the data corruption?
Is NFS involved here at any point?
the versions, and have full debug output.
Do have access to a webserver where you could upload the log files?