Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
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
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
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