<div dir="ltr">Thank you Sean.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 14, 2021 at 12:54 AM Sean Mooney <<a href="mailto:smooney@redhat.com">smooney@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 2021-01-14 at 00:02 +0530, open infra wrote:<br>
> Hi<br>
> <br>
> (This mail has been sent to the community mailing list already, and I was<br>
> suggested to reach out to this mailing list.)<br>
> <br>
> I have enabled KVM after deploying openstack single node setup.<br>
> Following entries has been added to /etc/nova/nova.conf and then restart<br>
> libvirtd.service  and openstack-nova-compute.servic.<br>
> <br>
> compute_driver = libvirt.LibvirtDriver [libvirt] virt_type=kvm<br>
> #virt_type=qemu<br>
> <br>
> # lsmod | grep kvm<br>
> kvm_intel             188740  0<br>
> kvm                   637289  1 kvm_intel<br>
> irqbypass              13503  1 kvm<br>
> <br>
> <br>
> I have disabled qemu in nova config and restarted the entire box (including<br>
> the base OS and the VM where I deployed Openstack.<br>
> But still no luck.<br>
> <br>
> <br>
> $ openstack hypervisor list<br>
> +----+------------------------+-----------------+----------------+-------+<br>
> > ID | Hypervisor Hostname    | Hypervisor Type | Host IP        | State |<br>
> +----+------------------------+-----------------+----------------+-------+<br>
> >  1 | openstack.centos.local | QEMU            | 192.168.122.63 | up    |<br>
> +----+------------------------+-----------------+----------------+-------+<br>
> <br>
> I still can see Hypervisor Type as QEMU, when I issue openstack hypervisor<br>
> list command.<br>
no that is expected<br>
enableing kvm does not change the hypervior type<br>
its still qemu its just using the kvm accleartion instead of the tsc backend.<br>
so that wont change but your vms should not change tehre domain type and be using kvm.<br>
<br>
<br>
<br>
</blockquote></div>