Closed john-kheir closed 5 years ago
I don't think we want to do VM inside VM anyhow. Where is this requirement coming from ?
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
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
This ticket is done and it is working fine now.
We need to enable
enable-kvm
flag for zos-vm to be able to create vms on it.