https://bugzilla.redhat.com/show_bug.cgi?id=2125769
Bug ID: 2125769
Summary: Nested virtualization incorrect information
Product: Fedora Documentation
Version: devel
Status: NEW
Component: virtualization-guide
Assignee: pbokoc(a)redhat.com
Reporter: sinan86polat(a)gmail.com
QA Contact: docs-qa(a)lists.fedoraproject.org
CC: docs(a)lists.fedoraproject.org, lnovich(a)redhat.com,
zach(a)oglesby.co
Target Milestone: ---
Classification: Fedora
Description of problem:
Documentation of "Checking if nested virtualization is supported" at
https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization…
is incorrect.
It states when file /sys/module/kvm_intel/parameters/nested is N or 0, nested
virtualization is not supported. This is incorrect.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Check if nested virtualization is enabled:
[root@server ~]# cat /sys/module/kvm_intel/parameters/nested
N
[root@server ~]#
2. Unload the module:
[root@server ~]# modprobe -r kvm_intel
[root@server ~]#
3. Reload the module with nested virtualization enabled:
[root@server ~]# modprobe kvm_intel nested=1
[root@server ~]#
4. Check if nested virtualization is enabled:
[root@server ~]# cat /sys/module/kvm_intel/parameters/nested
Y
[root@server ~]#
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2125769