Bug 2001316
Summary: | Unclear error message while hotplugging the same chardev | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | John Ferlan <jferlan> |
Component: | qemu-kvm | Assignee: | Marc-Andre Lureau <marcandre.lureau> |
qemu-kvm sub component: | General | QA Contact: | liunana <nanliu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | chayang, jinzhao, juzhang, marcandre.lureau, mdeng, mrezanin, nanliu, virt-maint, yfu |
Version: | 9.0 | Keywords: | Regression, Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qem-kvm-6.1.0-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1984721 | Environment: | |
Last Closed: | 2022-05-17 12:24:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1984721, 1997408 | ||
Bug Blocks: |
Description
John Ferlan
2021-09-05 13:53:23 UTC
Set 'Verified:Tested,SanityOnly' as gating test with qemu-kvm-6.1.0-1.el9 pass Test Env: 5.14.0-4.el9.x86_64 qemu-kvm-6.1.0-1.el9.x86_64 Test PASS with steps: 1. Boot qemu with: # /usr/libexec/qemu-kvm -monitor stdio -qmp tcp:0:4445,server=on,wait=off 2. hotplug same chardev twice, can get the clear error log. {"execute":"chardev-add","arguments":{"id":"char2","backend":{"type":"socket","data":{"addr":{"type":"unix", "data": {"path": "/home/mm"}}}}}} {"return": {}} {"execute":"chardev-add","arguments":{"id":"char2","backend":{"type":"socket","data":{"addr":{"type":"unix", "data": {"path": "/home/mm"}}}}}} {"error": {"class": "GenericError", "desc": "Chardev with id 'char2' already exists"}} I will move this bug to verified directly once it is ON_QA. Thanks. Best regards Liu Nana 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 (new packages: qemu-kvm), 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-2022:2307 |