how openstack decide kvm or qemu
If i have few compute node with qemu and few with kvm then how openstack will decide which hypervisor need to be chose to chose.
First time here? Check out the FAQ!
If i have few compute node with qemu and few with kvm then how openstack will decide which hypervisor need to be chose to chose.
Nova selects the hypervisor using computefilter and imagepropertiesfilter. E.g you can set the hypervisor type for an image. Then all VMs launched with that image will end up in the correct compute node:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Configuration_Reference_Guide/section_compute-scheduler.html#imagepropertiesfilter (https://access.redhat.com/documentati...)
In the nova-compute.conf file:
[libvirt] ... virt_type = kvm
Asked: 2016-10-19 00:22:35 -0500
Seen: 149 times
Last updated: Oct 26 '16
Your CPU does not support KVM extention
Help(Beginner)-How to control KVMs in openstack
slow VMs on compute node [closed]
Instances reboot and go to kernel panic
openstack with kvm and venom concerns
Lunching a workstation with GUI as an instance
There is no instance log when using KVM as Hypervisor?
What is the difference between virt_type = kvm and virt_type =qemu in IceHouse ?