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 1171533 - [snapshot]Error message should be improved when forbidding to create internal snapshot with passthrough device
Summary: [snapshot]Error message should be improved when forbidding to create internal...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Peter Krempa
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-08 02:43 UTC by vivian zhang
Modified: 2015-11-19 05:57 UTC (History)
11 users (show)

Fixed In Version: libvirt-1.2.13-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-19 05:57:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2202 0 normal SHIPPED_LIVE libvirt bug fix and enhancement update 2015-11-19 08:17:58 UTC

Description vivian zhang 2014-12-08 02:43:36 UTC
Description of problem:
When attempting to create internal snapshot with passthrough device, error reported should be improved from "error: operation failed: Error -22 while writing VM" to "error: Requested operation is not valid: domain has assigned non-USB host devices"

Version-Release number of selected component (if applicable):
libvirt-1.2.8-10.el7.x86_64
qemu-kvm-rhev-2.1.2-14.el7.x86_64
3.10.0-205.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1.prepare a SRIOV env,and passthrough a PCI device to guest

#virsh dumpxml yy
...
<hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x03' slot='0x10' function='0x0'/>
      </source>
      <alias name='hostdev0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </hostdev>
...
2.do internal snapshot create with snapshot-create-as, get below error report
# virsh snapshot-create-as yy yy.sp
error: operation failed: Error -22 while writing VM


Actual results:
error message should be improved 

Expected results:
# virsh snapshot-create-as yy yy.sp
error: Requested operation is not valid: domain has assigned non-USB host devices

Additional info:
In fact, the internal snapshot case is now fixed upstream:

commit d1e460136a8ad1ce7717d2d75cd878812f63f1bb
Author: Shanzhi Yu <shyu>
Date:   Wed Dec 3 19:12:35 2014 +0800

    qemu: snapshot: Forbid internal snapshot with passthrough devices
    
    When attempting to create internal system checkpoint with a passthrough
    device qemu will report the following error:
    
    error: operation failed: Error -22 while writing VM
    
    This patch calls the function to check if migration is possible with
    given VM and thus improves the error to:
    
    error: Requested operation is not valid: domain has assigned non-USB host devices
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=874418#c19
    Signed-off-by: Peter Krempa <pkrempa>

this issue is a small one, so we open it for rhel7.2

original bug please refer https://bugzilla.redhat.com/show_bug.cgi?id=874418

Comment 3 Yang Yang 2015-06-17 03:34:52 UTC
Verified on libvirt-1.2.16-1.el7.x86_64

1. prepare a running vm with scsi host device
<hostdev mode='subsystem' type='scsi' managed='no'>
      <source>
        <adapter name='scsi_host6'/>
        <address bus='0' target='0' unit='0'/>
      </source>
      <alias name='hostdev0'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </hostdev>

# virsh snapshot-create-as simple s1
error: Requested operation is not valid: domain has assigned non-USB host devices

2. prepare a running vm with usb host device
<hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x058f'/>
        <product id='0x6387'/>
        <address bus='1' device='3'/>
      </source>
      <alias name='hostdev1'/>
    </hostdev>

# virsh snapshot-create-as simple s1
Domain snapshot s1 created
# virsh snapshot-list simple
 Name                 Creation Time             State
------------------------------------------------------------
 s1                   2015-06-17 11:10:47 +0800 running

3. prepare a running vm with pci host device
<hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x03' slot='0x10' function='0x0'/>
      </source>
      <alias name='hostdev0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </hostdev>
# virsh snapshot-create-as simple s1
error: Requested operation is not valid: domain has assigned non-USB host devices

Comment 6 errata-xmlrpc 2015-11-19 05:57:29 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.

https://rhn.redhat.com/errata/RHBA-2015-2202.html


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