Bug 786114

Summary: virt-v2v hangs if source server has a ssh banner when using -ic xen+ssh:
Product: [Fedora] Fedora Reporter: Matthew Booth <mbooth>
Component: virt-v2vAssignee: Matthew Booth <mbooth>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: boutilpj, crobinso, mbooth, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 785844 Environment:
Last Closed: 2012-10-01 21:26:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 785844, 786115    
Bug Blocks:    

Description Matthew Booth 2012-01-31 14:05:01 UTC
+++ This bug was initially created as a clone of Bug #785844 +++

Description of problem:

virt-v2v hangs if source server has a ssh banner when using -ic xen+ssh:

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

0.8.3

How reproducible:

Always

Steps to Reproduce:
1. Configure a banner on source server
2. Run something like

   virt-v2v -ic xen+ssh://root.10.10 -os STGPOOL --bridge br0 XenVM

3.
  
Actual results:

virt-v2v just hangs, no error.


Expected results:

virt-v2v completes and migrates Xen VM.


Additional info:

I get around the problem by adding a -q to the ssh command in /usr/share/perl5/vendor_perl/Sys/VirtConvert/Transfer/SSH.pm

Comment 1 Matthew Booth 2012-01-31 14:30:37 UTC
Fixed upstream in commit 9b6ca6545aa9be45f4133a8f13ebf6d267a60f9e.

Comment 2 Cole Robinson 2012-10-01 21:26:45 UTC
Closing as UPSTREAM