I have been given a Windows Server 2016 VM provisioned using open-stack on HCI. I enabled Hyper-V in the server. But when i am trying to start a VM in Hyper-V, I am getting the error that "Failed to start the VM as one of the Hyper-V components is not running". when i contacted the vendor, i was told that nested virtualization is enabled in open stack for my VM. What am i missing here?
Please provide a solution.
Nested Virtualization is enabled in openstack by using the below code.
ubuntu@machinename:~$ sudo su -
root@machinename~# cat /sys/module/k
kdb/ kernel/ keyboard/ kgdb_nmi/ kgdboc/ kvm/ kvm_intel/
root@machinename:~# cat /sys/module/k
kdb/ kernel/ keyboard/ kgdb_nmi/ kgdboc/ kvm/ kvm_intel/
root@machinename:~# cat /sys/module/kvm_intel/parameters/nested
Y