Nested kvm needs explicit hypervisor type

Change-Id: I56a31a58c0a6a7ab8f26a25063277fc0b47f596d
Closes-Bug: #1630187
This commit is contained in:
Alan Pevec 2016-10-04 12:33:49 +02:00
parent fd4ac4b7d6
commit ed5d23823e
1 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@ Nova Options
**CONFIG_NOVA_LIBVIRT_VIRT_TYPE**
The hypervisor driver to use with Nova. Can be either 'qemu' or 'kvm'.
Defaults to 'qemu' on virtual machines and 'kvm' on bare metal hardware.
For nested KVM set it explicitly to 'kvm'.
**CONFIG_NOVA_SCHED_CPU_ALLOC_RATIO**
Overcommitment ratio for virtual to physical CPUs. Specify 1.0 to disable CPU overcommitment.