Bug 867983
| Summary: | qemu-ga: empty reason string for OpenFileFailed error | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Luiz Capitulino <lcapitulino> |
| Component: | qemu-kvm | Assignee: | Luiz Capitulino <lcapitulino> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | 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
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"}}}
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.
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 |