quick-docs/modules/ROOT/pages/_partials/proc_testing-nested-virtualization.adoc.2DELETE.adoc

22 lines
717 B
Text
Raw Normal View History

2018-01-02 15:18:48 +00:00
[[proc_testing-nested-virtualization]]
= Testing nested virtualization
. Start the virtual machine.
2018-01-02 15:18:48 +00:00
. On the virtual machine, run:
+
----
2021-01-27 04:28:18 +00:00
sudo dnf group install virtualization
2018-01-02 15:18:48 +00:00
----
+
. Verify that the virtual machine has virtualization correctly set up:
2018-01-02 15:18:48 +00:00
+
----
2021-01-27 04:28:18 +00:00
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
...
----