RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 851411 - Error message is unclear when attempting to restore a domain from a non-existent file
Summary: Error message is unclear when attempting to restore a domain from a non-exist...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.4
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Laine Stump
QA Contact: Virtualization Bugs
URL:
Whiteboard:
: 1008533 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-24 06:37 UTC by yanbing du
Modified: 2016-04-26 14:55 UTC (History)
8 users (show)

Fixed In Version: libvirt-0.10.2-36.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 955500 (view as bug list)
Environment:
Last Closed: 2014-10-14 04:14:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:1374 0 normal SHIPPED_LIVE libvirt bug fix and enhancement update 2014-10-14 08:11:54 UTC

Description yanbing du 2012-08-24 06:37:47 UTC
Description of problem:
need clear error message when restore domain from the non-exist file

Version-Release number of selected component (if applicable):
libvirt-0.10.0-0rc1.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Restore a domain from the non-exist file
# ls /tmp/test
ls: cannot access /tmp/test: No such file or directory
# virsh restore /tmp/test
error: Failed to restore domain from /tmp/test
error: Failed to create file '/tmp/test': Operation not permitted
2.
3.
  
Actual results:
error: Failed to create file '/tmp/test': Operation not permitted

Expected results:
The error message should be like: 
cannot access /tmp/test: No such file or directory

Additional info:

Comment 5 Laine Stump 2013-05-10 17:13:23 UTC
The error message in question has been fixed in the following upstream commit, which will be in libvirt-1.0.5 and has also been pushed to the v1.0.5-maint branch:

commit a2c1bedbd8fa977dc733266e88a1b57e28b50dd3
Author: Laine Stump <laine>
Date:   Wed May 8 15:02:14 2013 -0400

    util: fix virFileOpenAs return value and resulting error logs

Comment 8 Jiri Denemark 2014-04-02 07:03:12 UTC
*** Bug 1008533 has been marked as a duplicate of this bug. ***

Comment 12 Yang Yang 2014-05-20 04:01:57 UTC
Verified this bug on libvirt-0.10.2-36.el6.x86_64
qemu-kvm-rhev-0.12.1.2-2.426.el6.x86_64
libvirt-0.10.2-36.el6.x86_64

Steps:
1. restore the guest from the non-exist file
# virsh restore /tmp/test
error: Failed to restore domain from /tmp/test
error: Failed to open file '/tmp/test': No such file or directory

2. save the guest to the non-exist file
# virsh save qcow3 /tmp/test/qcow3.save
error: Failed to save domain qcow3 to /tmp/test/qcow3.save
error: Failed to create file '/tmp/test/qcow3.save': No such file or directory

3. save the guest to the right file and the guest can be restored successfully
# virsh save qcow3 /tmp/qcow3.save
Domain qcow3 saved to /tmp/qcow3.save

# virsh restore /tmp/qcow3.save 
Domain restored from /tmp/qcow3.save

Since the reported error messages are clear, so I'd like to change the status to verified.

Comment 14 errata-xmlrpc 2014-10-14 04:14:08 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-2014-1374.html


Note You need to log in before you can comment on or make changes to this bug.