Bug 1942315
| Summary: | improve error message when try to managedsave a domain with hostdev type interface | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | yalzhang <yalzhang> |
| Component: | libvirt | Assignee: | khanicov |
| Status: | CLOSED ERRATA | QA Contact: | yalzhang <yalzhang> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8.3 | CC: | jdenemar, jsuchane, laine, lmen, mprivozn, pkrempa, virt-maint, xuzhang |
| Target Milestone: | rc | Keywords: | Triaged, Upstream |
| Target Release: | 8.4 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-7.6.0-2.module+el8.5.0+12219+a5ea13d2 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-16 07:52:17 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
yalzhang@redhat.com
2021-03-24 06:58:42 UTC
Merged upstream as: 814a8aaeeb qemu_migration: check for interface type 'hostdev' v7.6.0-11-g814a8aaeeb Test on libvirt-libs-7.6.0-2.module+el8.5.0+12219+a5ea13d2.x86_64 with hostdev interface, the result is as expected # virsh managedsave rhel error: Failed to save domain 'rhel' state error: Operation not supported: cannot migrate a domain with <interface type='hostdev'> With hostdev device, it is also expected: # virsh managedsave rhel error: Failed to save domain 'rhel' state error: Operation not supported: cannot migrate a domain with <hostdev mode='subsystem' type='pci'> Test on libvirt-7.6.0-2.module+el8.5.0+12219+a5ea13d2.x86_64, the result is as expected. 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 (virt:av bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2021:4684 |