mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
20 lines
705 B
Text
20 lines
705 B
Text
[[proc_testing-nested-virtualization]]
|
|
= Testing nested virtualization
|
|
|
|
. Start the virtual machine.
|
|
. On the virtual machine, run:
|
|
+
|
|
----
|
|
# dnf group install virtualization
|
|
----
|
|
+
|
|
. Verify that the virtual machine has virtualization correctly set up:
|
|
+
|
|
----
|
|
# virt-host-validate
|
|
QEMU: Checking for hardware virtualization : PASS
|
|
QEMU: Checking for device /dev/kvm : PASS
|
|
QEMU: Checking for device /dev/vhost-net : PASS
|
|
QEMU: Checking for device /dev/net/tun : PASS
|
|
LXC: Checking for Linux >= 2.6.26 : PASS
|
|
----
|