| Summary: | Wrong commented out syntax in kvm.conf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gianluca Cecchi <gianluca.cecchi> |
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, pbonzini, rjones, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-2.4.1-6.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-24 03:27:12 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: | |
Thanks for the report, setting to POST since the fix is known, I'll include it in the next build qemu-2.4.1-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-42778e8c82 qemu-2.4.1-6.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-42778e8c82 qemu-2.4.1-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: In version 2.4.1-4 the file kvm.conf under /etc/modprobe.d was added, but its (actually commented) syntax is wrong, so that if a user simply uncomments one line he/she doesn't get what expected (nested virtualization enablement) Version-Release number of selected component (if applicable): 2.4.1-5 How reproducible: Always Steps to Reproduce: 1. uncomment intel line in /etc/modprobe.d/kvm.conf 2. now you have "option kvm_intel nested=1" 3. dracut -f -v + reboot (or modprobe -r kvm_intel ; modprobe kvm_intel) Actual results: systool -a -v -m kvm_intel | grep nested nested = "N" Expected results: nested = "Y" Additional info: If you put the right syntax (with the final "s") options kvm_intel nested=1 it works as expected So, even if commented out, the lines should have te right syntax