Technical review of using nested virtualization

This commit is contained in:
Connor Lim 2021-01-15 21:35:05 +08:00 committed by pbokoc
parent 5f4f52dc1f
commit 73c781cd26
3 changed files with 14 additions and 13 deletions

View file

@ -5,16 +5,17 @@
. On the virtual machine, run:
+
----
# dnf group install virtualization
$ sudo dnf group install virtualization
----
+
. Verify that the virtual machine has virtualization correctly set up:
+
----
# virt-host-validate
$ sudo 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
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
...
----