Bug 1517144
Summary: | Provide a ppc64le specific /etc/modprobe.d/kvm.conf | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Qunfang Zhang <qzhang> |
Component: | qemu-kvm-rhev | Assignee: | Laurent Vivier <lvivier> |
Status: | CLOSED ERRATA | QA Contact: | Qunfang Zhang <qzhang> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.5 | CC: | dgibson, dhildenb, eric.auger, knoel, lmiksik, lvivier, michen, mrezanin, qzhang, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.10.0-9.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1511990 | Environment: | |
Last Closed: | 2018-04-11 00:49:36 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: | 1511990 | ||
Bug Blocks: |
Comment 2
Laurent Vivier
2017-11-24 10:24:33 UTC
Adding cc: Eric Auger as the problem is the same for aarch64 Fix included in qemu-kvm-rhev-2.10.0-9.el7 Verified qemu-kvm-rhev-2.10.0-9.el7 on Power8,9, s390x and x86_84: (1) Power: # cat /etc/modprobe.d/kvm.conf # # User changes in this file are preserved across upgrades. # Also checked s390x and x86_64: (2) s390x: # cat /etc/modprobe.d/kvm.conf # Setting "modprobe kvm nested=1" only enables Nested Virtualization until # the next reboot or module reload. Uncomment the option below to enable # the feature permanently. # # User changes in this file are preserved across upgrades. # #options kvm nested=1 (3) x86_64: # cat /etc/modprobe.d/kvm.conf # Setting modprobe kvm_intel/kvm_amd nested = 1 # only enables Nested Virtualization until the next reboot or # module reload. Uncomment the option applicable # to your system below to enable the feature permanently. # # User changes in this file are preserved across upgrades. # # For Intel #options kvm_intel nested=1 # # For AMD #options kvm_amd nested=1 Based on above, the issue is fixed. Thanks! 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/RHSA-2018:1104 |