Bug 1450724
Summary: | [Pegas 1.0] qemu package scripts should not disable host multi-threading for POWER9 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | David Gibson <dgibson> |
Component: | qemu-kvm | Assignee: | David Gibson <dgibson> |
Status: | CLOSED ERRATA | QA Contact: | Qunfang Zhang <qzhang> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.4-Alt | CC: | bugproxy, dgibson, dzheng, gsun, hannsj_uhl, jomiller, mdeng, michen, mrezanin, qzhang, rbalakri, virt-maint, xianwang, xuma, yhong, yilzhang, zhengtli |
Target Milestone: | rc | Keywords: | Patch |
Target Release: | 7.4-Alt | ||
Hardware: | ppc64le | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.9.0-5.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-09 11:28:46 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1440030 |
Description
David Gibson
2017-05-15 03:32:34 UTC
I've made a draft fix and brewed it at: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=13196956 Typo in my first attempt. New fixed build at: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=13197012 Note to QE, In order to verify this bug we need to confirm that the updated package *does* disable SMT on POWER8 but *does not* disable SMT on POWER9. ------- Comment From clsoto.com 2017-05-15 16:31 EDT------- *** Bug 154566 has been marked as a duplicate of this bug. *** Fix included in qemu-kvm-rhev-2.9.0-5.el7 ------- Comment From lagarcia.com 2017-05-16 09:10 EDT------- David, Would you be able to make this new qemu package available in your people's page? ------- Comment From lagarcia.com 2017-05-16 09:11 EDT------- (In reply to comment #7) > David, > > Would you be able to make this new qemu package available in your people's > page? Or should we leverage Sam and Suraj for that? I built updated preliminary packages including this change as well as the other outstanding bugfixes. I've put them on people.redhat.com as well as on 10.0.0.7 in Poughkeepsie. ------- Comment From clsoto.com 2017-05-17 14:57 EDT------- (In reply to comment #11) > (In reply to comment #10) > > (In reply to comment #9) > > > I built updated preliminary packages including this change as well as the > > > other outstanding bugfixes. I've put them on people.redhat.com as well as > > > on 10.0.0.7 in Poughkeepsie. > > . > > ... which is referencing the web site at > > http://people.redhat.com/~dgibson/.bz1368786/ > > which now contains e.g. > > "qemu-kvm-rhev-2.9.0-5.el7.dwg201705171225.ppc64le.rpm" > > as of 05/17/2017 ... > . > ... please verify as soon as possible whether this qemu-kvm update > will resolve this bugzilla ... Installed this qemu rpm -qa | grep qemu qemu-kvm-rhev-2.9.0-5.el7.dwg201705171225.ppc64le qemu-kvm-common-rhev-2.9.0-5.el7.dwg201705171225.ppc64le qemu-kvm-tools-rhev-2.9.0-5.el7.dwg201705171225.ppc64le qemu-img-rhev-2.9.0-5.el7.dwg201705171225.ppc64le qemu-kvm-rhev-debuginfo-2.9.0-5.el7.dwg201705171225.ppc64le I can see that we are not doing smt off in P9. thanks. Reproduced on qemu-kvm-rhev-2.9.0-4.el7: (1) On Power9 host, enable smt: # ppc64_cpu --smt SMT=4 (2) Install qemu-kvm-rhev-2.9.0-4.el7 (3) After installation: # ppc64_cpu --smt SMT is off SMT is disabled. Verified pass on qemu-kvm-2.9.0-17.el7a.ppc64le for both Power8 and Power9 hosts: Power9: (1) Enable smt: # ppc64_cpu --smt SMT=4 (2) Install qemu-kvm-2.9.0-17.el7a.ppc64le package. (3) After installation: # ppc64_cpu --smt SMT=4 Power8: (1) Enable smt: (ppc64_cpu --smt=on) # ppc64_cpu --smt SMT=8 (2) Install qemu-kvm-2.9.0-17.el7a.ppc64le package. (3) After installation: # ppc64_cpu --smt SMT is off Based on above, this bug is VERIFIED pass. 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://access.redhat.com/errata/RHEA-2017:3169 |