Chage cpu model to allow for nested virt to work
vmx flag was not passed in to the guest, so test VMs failed to boot on compute2. With host-passthrough the cpu flags are unfiltered. Change-Id: I1a4607ba5bc96c92512a2f4aa43df51f7eef6b27
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -17,7 +17,7 @@
<acpi/>
<apic/>
</features>
<cpu mode='host-model'>
<cpu mode='host-passthrough'>
<topology sockets='1' cores='{{ server_vm_vcpus | int }}' threads='{{ vcpus_threads | int }}'/>
</cpu>
<clock offset='utc'>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.