Bug 849863

Summary: There are some typos in error message when input unknown output format for virt-convert
Product: [Community] Virtualization Tools Reporter: Cui Lei <lcui>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: acathrow, ajia, berrange, crobinso, cwei, dallan, jwu, mzhan, tzheng
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-17 14:44:54 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:

Description Cui Lei 2012-08-21 06:35:39 UTC
Description of problem:
There is a typo in error message when input unknown output format for virt-convert,
when run command "virt-convert -i virt-image -o vmx123 image.xml", the error message would display:
"virt-convert: error: Unknown output format "vmx123")", the last bracket should be removed.

There are also two other two error messages have the same issue.
virt-convert: error: No output handler for format "ovf")
virt-convert: error: Unknown input format "asdf")


Version-Release number of selected component (if applicable):
python-virtinst-0.600.0-8.el6.noarch

How reproducible:
100%

Steps to Reproduce:
Run a virt-convert command with unknown output format
# virt-convert -i virt-image -o vmx123 image.xml
check the error message

Actual results:
virt-convert: error: Unknown output format "vmx123")

Expect result:
virt-convert: error: Unknown output format "vmx123"

Comment 2 Alex Jia 2012-08-22 03:08:54 UTC
Patch on upstream and wait for review:
https://www.redhat.com/archives/virt-tools-list/2012-August/msg00050.html

Comment 3 Cole Robinson 2013-08-17 14:44:54 UTC
This is fixed upstream these days