ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Is Nested VMs possible?

Open cbluth opened this issue 5 years ago • 3 comments

i am attempting to nest virtualized VMs, i want to simulate a network.

i think the issue is with kernel modules inside the ignite vm, see here:

root@localhost:~# kvm-ok 
INFO: /dev/kvm does not exist
HINT:   sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
KVM acceleration can be used
root@localhost:~# modprobe kvm_intel
modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/4.19.47
root@localhost:~# 

how would i trouble shoot this? build a new kernel?

cbluth avatar Apr 15 '20 18:04 cbluth

I have similar question, that would be if this can run on a KVM VPS server. Hmm, seems not at this point.

pbajno avatar Feb 21 '21 20:02 pbajno

See https://github.com/weaveworks/ignite/issues/864

solarkraft avatar Aug 04 '22 17:08 solarkraft

I have similar question, that would be if this can run on a KVM VPS server.

Yes. You can run ignite guest VM's on a server that exposes the KVM device.

(This is how we run our CI jobs)

stealthybox avatar Oct 20 '22 19:10 stealthybox