Pulled partials into the text body.
This commit is contained in:
parent
a54afa41d0
commit
bf822ef62f
4 changed files with 100 additions and 8 deletions
|
@ -0,0 +1,21 @@
|
|||
[[proc_testing-nested-virtualization]]
|
||||
= Testing nested virtualization
|
||||
|
||||
. Start the virtual machine.
|
||||
. On the virtual machine, run:
|
||||
+
|
||||
----
|
||||
sudo dnf group install virtualization
|
||||
----
|
||||
+
|
||||
. Verify that the virtual machine has virtualization correctly set up:
|
||||
+
|
||||
----
|
||||
sudo virt-host-validate
|
||||
QEMU: Checking for hardware virtualization : PASS
|
||||
QEMU: Checking if device /dev/kvm exists : PASS
|
||||
QEMU: Checking if device /dev/kvm is accessible : PASS
|
||||
QEMU: Checking if device /dev/vhost-net exists : PASS
|
||||
QEMU: Checking if device /dev/net/tun exists : PASS
|
||||
...
|
||||
----
|
Loading…
Add table
Add a link
Reference in a new issue