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-rhevAssignee: Laurent Vivier <lvivier>
Status: CLOSED ERRATA QA Contact: Qunfang Zhang <qzhang>
Severity: low Docs Contact:
Priority: low    
Version: 7.5CC: 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
There is no "nested" parameter for kvm on POWER. So I think we can just remove the file.

Comment 3 Laurent Vivier 2017-11-24 10:50:17 UTC
Adding cc: Eric Auger as the problem is the same for aarch64

Comment 6 Miroslav Rezanina 2017-11-28 10:53:19 UTC
Fix included in qemu-kvm-rhev-2.10.0-9.el7

Comment 7 Qunfang Zhang 2017-11-29 07:58:51 UTC
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!

Comment 11 errata-xmlrpc 2018-04-11 00:49:36 UTC
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