Bug 1249981
Summary: | iothreadpin will pin one of libvirtd thread with qemu 1.5 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Luyao Huang <lhuang> |
Component: | libvirt | Assignee: | John Ferlan <jferlan> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.2 | CC: | dyuan, lmen, mzhan, rbalakri, xuzhang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.3.1-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-03 18:22:13 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
Luyao Huang
2015-08-04 09:56:32 UTC
Posted some patches upstream... v1: http://www.redhat.com/archives/libvir-list/2015-October/msg00417.html (patches 1 & 2) v2: http://www.redhat.com/archives/libvir-list/2015-October/msg00550.html (patches 1 -> 3) Patches pushed upstream $ git describe cc2d49f9be13e439efcdbd4e1c161750f4208995 v1.2.20-112-gcc2d49f $ *** Bug 1272349 has been marked as a duplicate of this bug. *** Verify this bug with qemu-kvm-1.5.3-121.el7.x86_64 and libvirt-2.0.0-5.el7.x86_64: 1. try to start a guest with iothread: # virsh dumpxml r7-old <domain type='kvm'> <name>r7-old</name> <uuid>5b256268-87b9-40bf-a857-38715dd8a37b</uuid> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <vcpu placement='auto' current='6'>10</vcpu> <iothreads>1</iothreads> # virsh start r7-old error: Failed to start domain r7-old error: unsupported configuration: IOThreads not supported for this QEMU 2. try to attach iothread to a exist guest: # virsh list Id Name State ---------------------------------------------------- 12 r7-old running # virsh iothreadinfo r7-old error: Unable to get domain IOThreads information error: unsupported configuration: IOThreads not supported with this binary # virsh iothreadadd r7-old 1 error: unsupported configuration: IOThreads not supported with this binary # virsh iothreaddel r7-old 1 error: unsupported configuration: IOThreads not supported with this binary 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/RHSA-2016-2577.html |