threefoldtecharchive / 0-core

Multi Node OS which requires no install.
Apache License 2.0
3 stars 2 forks source link

Can't create vm inside a zos-vm #96

Closed john-kheir closed 5 years ago

john-kheir commented 5 years ago

We need to enable enable-kvm flag for zos-vm to be able to create vms on it.

zaibon commented 5 years ago

I don't think we want to do VM inside VM anyhow. Where is this requirement coming from ?

muhamadazmy commented 5 years ago

This is how they run the tests. To avoid missing up the host they create a zos vm, then run the tests on there, so they need to be able to start more vms on top of this first VM

delandtj commented 5 years ago

which is a nice idea, then we can do destructive testing on production environments but for that we'll need other vm XML templates so we expose emulated nics ans scsi controller in the VM.

also we'll need nested=1 to the module parameters for kvm_intel and kvm_amd

john-kheir commented 5 years ago

This ticket is done and it is working fine now.