[openstack-community] Enabling KVM on Openstack
Hi I have enabled KVM after deploying openstack single node setup. Following entries has been added to /etc/nova/nova.conf and then restart libvirtd.service and openstack-nova-compute.servic. compute_driver = libvirt.LibvirtDriver [libvirt] virt_type=kvm #virt_type=qemu # lsmod | grep kvm kvm_intel 188740 0 kvm 637289 1 kvm_intel irqbypass 13503 1 kvm I still can see Hypervisor Type as QEMU, when I issue openstack hypervisor list command. Is this normal?
Did you restart Nova after making the change? You also might get more responses from openstack-discuss@lists.openstack.org. Thanks, Amy (pooh) On Wed, Jan 13, 2021 at 8:13 AM open infra <openinfradn@gmail.com> wrote:
Hi
I have enabled KVM after deploying openstack single node setup. Following entries has been added to /etc/nova/nova.conf and then restart libvirtd.service and openstack-nova-compute.servic.
compute_driver = libvirt.LibvirtDriver [libvirt] virt_type=kvm #virt_type=qemu
# lsmod | grep kvm kvm_intel 188740 0 kvm 637289 1 kvm_intel irqbypass 13503 1 kvm
I still can see Hypervisor Type as QEMU, when I issue openstack hypervisor list command. Is this normal?
_______________________________________________ Community mailing list Community@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/community
Yes I did restart nova. systemctl restart openstack-nova-compute.servic. I have disabled qemu in nova config and restarted entire box (including the base OS and the VM where I deployed Openstack. But still no luck. $ openstack hypervisor list +----+------------------------+-----------------+----------------+-------+ | ID | Hypervisor Hostname | Hypervisor Type | Host IP | State | +----+------------------------+-----------------+----------------+-------+ | 1 | openstack.centos.local | QEMU | 192.168.122.63 | up | +----+------------------------+-----------------+----------------+-------+ On Wed, Jan 13, 2021 at 9:15 PM Amy Marrich <amy@demarco.com> wrote:
Did you restart Nova after making the change? You also might get more responses from openstack-discuss@lists.openstack.org.
Thanks,
Amy (pooh)
On Wed, Jan 13, 2021 at 8:13 AM open infra <openinfradn@gmail.com> wrote:
Hi
I have enabled KVM after deploying openstack single node setup. Following entries has been added to /etc/nova/nova.conf and then restart libvirtd.service and openstack-nova-compute.servic.
compute_driver = libvirt.LibvirtDriver [libvirt] virt_type=kvm #virt_type=qemu
# lsmod | grep kvm kvm_intel 188740 0 kvm 637289 1 kvm_intel irqbypass 13503 1 kvm
I still can see Hypervisor Type as QEMU, when I issue openstack hypervisor list command. Is this normal?
_______________________________________________ Community mailing list Community@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/community
participants (2)
-
Amy Marrich
-
open infra