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@redhat.com Reporter: sinan86polat@gmail.com QA Contact: docs-qa@lists.fedoraproject.org CC: docs@lists.fedoraproject.org, lnovich@redhat.com, zach@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:
https://bugzilla.redhat.com/show_bug.cgi?id=2125769
Timothée Ravier travier@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Doc Type|--- |If docs needed, set a value CC| |travier@redhat.com
--- Comment #1 from Timothée Ravier travier@redhat.com --- That's literally written below in the docs. Maybe it's misleading wording? Can you make a suggestion in a PR in https://pagure.io/fedora-docs/quick-docs ? Thanks
https://bugzilla.redhat.com/show_bug.cgi?id=2125769
Timothée Ravier travier@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|NEW |CLOSED Last Closed| |2022-10-19 16:02:35