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@xxxxxxxxxx Reporter: sinan86polat@xxxxxxxxx QA Contact: docs-qa@xxxxxxxxxxxxxxxxxxxxxxx CC: docs@xxxxxxxxxxxxxxxxxxxxxxx, lnovich@xxxxxxxxxx, zach@xxxxxxxxxx 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-in-kvm/ 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 _______________________________________________ docs mailing list -- docs@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to docs-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/docs@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue