Bug 590659

Summary: no error message when out of disk space in the target
Product: [Fedora] Fedora EPEL Reporter: Amos Benari <abenari>
Component: virt-v2vAssignee: Richard W.M. Jones <rjones>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: el5CC: mbooth, ohadlevy, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-12 17:16:33 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:

Description Amos Benari 2010-05-10 12:44:13 UTC
Description of problem:
No error message when trying to run virt-v2v script to destination 
without disk space (exit code was 141)

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

How reproducible:
run virt-v2v to a destination without space.

Steps to Reproduce:
1. I was running the following command:

virt-v2v  -ic esx://virtlab110.virt.bos.redhat.com/?no_verify=1 -o rhev -osd virtlab112.virt.bos.redhat.com:/export/iso/test1 win2k3-esx


  
Actual results:
script didn't print error (Exit code was 141).

Expected results:
and error on stdout.

Additional info:

Comment 2 Richard W.M. Jones 2015-03-12 17:16:33 UTC
virt-v2v in RHEL 7 now estimates how much space will be
needed, and can give an error if insufficient is available.