Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Not using KVM even on a KVM host #88

Open
ghost opened this issue Jun 9, 2021 · 0 comments
Open

Not using KVM even on a KVM host #88

ghost opened this issue Jun 9, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 9, 2021

Hi, I just tried to launch an instance with an Ubuntu 20.04.2 ISO, and it defaulted to TCG instead of KVM.

My current workaround was to edit /var/snap/microstack/common/etc/nova/nova-snap.conf so that libvirt config looks like this:

[libvirt]
virt_type = qemu
cpu_mode = host-model
virt_type = kvm <-- added this

And restarting the service:

systemctl restart snap.microstack.nova-compute.service

Host specs (bare metal):
Server: Dell PowerEdge R630
CPU: 2 x Intel(R) Xeon(R) CPU X5650 (with VT-x enabled)
OS: Ubuntu 20.04.2 (with all updates, clean installation)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants