Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Is Nested VMs possible? #583

Open
cbluth opened this issue Apr 15, 2020 · 3 comments
Open

Is Nested VMs possible? #583

cbluth opened this issue Apr 15, 2020 · 3 comments

Comments

@cbluth
Copy link

cbluth commented Apr 15, 2020

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?

@pbajno
Copy link

pbajno commented Feb 21, 2021

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

@solarkraft
Copy link

See #864

@stealthybox
Copy link
Contributor

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants