Bug 1694589
| Summary: | [v2v] VMware to RHV: 6 out of 20 VMs migration failed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ilanit Stein <istein> | ||||
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.6 | CC: | fdupont, juzhou, mxie, mzhan, ptoscano, tgolembi, tzheng, xiaodwan, zili | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | V2V | ||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-04-08 08:34:11 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Ilanit Stein
2019-04-01 08:14:46 UTC
(In reply to Ilanit Stein from comment #0) > Description of problem: > For a v2v migration of 20 VMs of 100GB disk, > (10 VMs reside on one VMware host, 10 VMs on another VMware host) > 6 out of 20 VMs failed ~5 minutes after migration plan execution in CFME. > > > Error in the virt-v2v log: > [ 0.4] Opening the source -i vmx > ssh://root.69.89/vmfs/volumes/rhv-v2v-performance-testing/file:/// > %5B%5D%20/vmfs/volumes/5bfe7583-fe7f9906-f066-b8ca3a638940/ > v2v_migration_vm_10/v2v_migration_vm_10.vmx > scp > 'root'@'10.12.69.89':''\''/vmfs/volumes/rhv-v2v-performance-testing/file:/// > [] > /vmfs/volumes/5bfe7583-fe7f9906-f066-b8ca3a638940/v2v_migration_vm_10/ > v2v_migration_vm_10.vmx'\''' '/var/tmp/vmx.9oyPDt/source.vmx' > scp: /vmfs/volumes/rhv-v2v-performance-testing/file:///[] > /vmfs/volumes/5bfe7583-fe7f9906-f066-b8ca3a638940/v2v_migration_vm_10/ > v2v_migration_vm_10.vmx: No such file or directory It looks like the URL passed to -it ssh was completely bogus. What was the exact command line used to invoke virt-v2v? Created attachment 1550566 [details]
virt-v2v.log for one of the VMs failing on migration.
(In reply to Ilanit Stein from comment #3) > Created attachment 1550566 [details] > virt-v2v.log for one of the VMs failing on migration. Unfortunately this log does not provide more details than what was written in comment 0. Fabien, this looks like a duplicate of bug 1624589 to me. Can you confirm? Yes. I confirm that they look identical. https://bugzilla.redhat.com/show_bug.cgi?id=1624589 was closed because we couldn't reproduce it. As Pino says, the URL looks weird. In our lab, we have 119 VMware VMs and none of them contains 'file://' in their location. Ilanit, could you provide access to the CloudForms appliance, please ? Fabien, I'm afraid all our hardware is currently under lab shutdown. When I'll have an environment to reproduce I shall do so. Forgot to mention that this bug is for VMware:ISCSI->RHV:FC. CFME/RHV hosts logs can be found here: https://drive.google.com/drive/u/0/folders/11ADeirgAefu97W8_4qpj3cZEdpWmQUm8 2019-03-31_10-46-39_cloudforms_v2v_test-cfme.tar.gz 2019-03-31_14-46-58_b02-h21-r620_v2v_test-conv_host.tar.gz 2019-03-31_14-47-14_b02-h23-r620_v2v_test-conv_host.tar.gz (In reply to Ilanit Stein from comment #8) > CFME/RHV hosts logs can be found here: > https://drive.google.com/drive/u/0/folders/11ADeirgAefu97W8_4qpj3cZEdpWmQUm8 > > 2019-03-31_10-46-39_cloudforms_v2v_test-cfme.tar.gz > 2019-03-31_14-46-58_b02-h21-r620_v2v_test-conv_host.tar.gz > 2019-03-31_14-47-14_b02-h23-r620_v2v_test-conv_host.tar.gz I cannot access to these files without requesting access. Pino, I changed the files permission so that everyone at Redhat can access. Please see if now you can access it. (In reply to Ilanit Stein from comment #8) > CFME/RHV hosts logs can be found here: > https://drive.google.com/drive/u/0/folders/11ADeirgAefu97W8_4qpj3cZEdpWmQUm8 > > 2019-03-31_10-46-39_cloudforms_v2v_test-cfme.tar.gz In this archive, I can see in files/evm.log various lines like: 40377:[----] W, [2019-03-31T06:54:04.543363 #29793:1128f58] WARN -- : MIQ(ManageIQ::Providers::Vmware::InfraManager::RefreshParser.vm_inv_to_hashes) Warning: [path, '[] /vmfs/volumes/5bfe7583-fe7f9906-f066-b8ca3a638940/v2v_migration_vm_03/v2v_migration_vm_03.vmx', is malformed] So the URL is already malformed in CFME, and from there it is sent (invalid) to virt-v2v-wrapper, and then to virt-v2v (which rightfully fails). I just reopened bug 1624589, and will mark this bug as duplicate of that. *** This bug has been marked as a duplicate of bug 1624589 *** |