Bug 867983

Summary: qemu-ga: empty reason string for OpenFileFailed error
Product: Red Hat Enterprise Linux 6 Reporter: Luiz Capitulino <lcapitulino>
Component: qemu-kvmAssignee: Luiz Capitulino <lcapitulino>
Status: CLOSED ERRATA QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4CC: acathrow, areis, bsarathy, dyasny, juzhang, mazhang, mkenneth, qzhang, virt-maint, xfu, yunzheng
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qemu-kvm-0.12.1.2-2.330.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-21 07:40:24 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 Luiz Capitulino 2012-10-18 19:15:24 UTC
Description of problem:

The series that fixed bug 806775, forgot to update qemu-ga and now its reason string for the OpenFileFailed error is empty.


Version-Release number of selected component (if applicable): qemu-kvm-0.12.1.2-2.323.el6


How reproducible:


Steps to Reproduce:
1. Run qemu-ga in the guest and try to open a not existing file:

{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" } }
  
Actual results:

No reason is given:

{ "error": { "class": "OpenFileFailed",
             "desc": "Could not open '/tmp/jnaskjd': ",
             "data": {"filename": "/tmp/jnaskjd",
             "__com.redhat_error_message": "" } } }


Expected results:

Give the error reason:

{ "error": { "class": "OpenFileFailed",
             "desc": "Could not open '/tmp/jnaskjd': No such file or directory",
             "data": { "filename": "/tmp/jnaskjd",
             "__com.redhat_error_message": "No such file or directory" } } }

Additional info:

Comment 4 mazhang 2012-11-07 06:08:47 UTC
Reproduced this bug.
qemu-kvm-0.12.1.2-2.316.el6.x86_64.rpm
qemu-guest-agent-0.12.1.2-2.316.el6.x86_64.rpm


Steps to Reproduce:
1. Run qemu-ga in the guest and try to open a not existing file:

{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" } }

Actual results:
[root@m1 ~]# nc -U /tmp/qga.sock 
{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" }}
{"error": {"class": "OpenFileFailed", "data": {"filename": "/tmp/jnaskjd"}}}

Comment 5 mazhang 2012-11-07 06:13:20 UTC
Verified this bug on:
qemu-kvm-0.12.1.2-2.334.el6.x86_64.rpm
qemu-guest-agent-0.12.1.2-2.334.el6.x86_64.rpm


Steps:
1. Run qemu-ga in the guest and try to open a not existing file:

{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" } }


Actual results:
[root@m1 ~]# nc -U /tmp/qga.sock
{ "execute": "guest-file-open", "arguments": { "path": "/tmp/jnaskjd" }}
{"error": {"class": "OpenFileFailed", "desc": "Could not open '/tmp/jnaskjd':
No such file or directory", "data": {"filename": "/tmp/jnaskjd",
"__com.redhat_error_message": "No such file or directory"}}


we can got error information:"No such file or directory"
so this bug was fixed.

Comment 7 errata-xmlrpc 2013-02-21 07:40:24 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0527.html