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 955500 - 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 CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Laine Stump
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-23 07:37 UTC by tingting zheng
Modified: 2014-06-18 00:48 UTC (History)
8 users (show)

Fixed In Version: libvirt-1.0.5-2.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 851411
Environment:
Last Closed: 2014-06-13 12:22:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Laine Stump 2013-05-09 16:11:24 UTC
(The description of the bug was marked private. This is a sanitized version of the important parts of the description...)

libvirt-1.0.4-1.1.el7.x86_64

+++ This bug was initially created as a clone of Bug #851411 +++

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

  
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

Comment 3 Laine Stump 2013-05-10 17:12:56 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 4 zhenfeng wang 2013-05-21 06:49:10 UTC
verified this bug on libvirt libvirt-1.0.5-2.el7.x86_64 
pkg info
kernel-3.9.0-0.55.el7.x86_64
qemu-kvm-1.4.0-4.el7.x86_64
libvirt-1.0.5-2.el7.x86_64

step
1 restore the guest from the non-exist file
#virsh restore /tmp/test/a
error: Failed to restore domain from /tmp/test/a
error: Failed to open file '/tmp/test/a': Not a directory

2 save the guest to the non-exist file
#virsh save rhel72 /tmp/test/a.rhel72
error: Failed to save domain rhel72 to /tmp/test/a.rhel72
error: Failed to create file '/tmp/test/a.rhel72': Not a directory

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

Since the bug report clear error message when restore domain from the non-exist file and the guest can be restored successfully from the normal saved file, so this bug was verifed

Comment 5 Ludek Smid 2014-06-13 12:22:44 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


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