Bug #1634
default CPU configuration is not valid for KVM driver
Status: | Closed | Start date: | 11/02/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Documentation | |||
Target version: | - | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.8 |
Description
http://opennebula.org/documentation:rel3.8:kvmg
http://opennebula.org/documentation:archives:rel3.6:template
Quoting from 3.6/3.8 documentation:
CPU "Percentage of CPU divided by 100 required for the Virtual Machine, half a processor is written 0.5. This value is used by OpenNebula and the scheduler to guide the host overcommitment. YES - will be set to 1 if omitted, this can be changed in the driver configuration"
However, default CPU configuration is not valid for KVM driver.
Could you please confirm?
History
#1 Updated by Ruben S. Montero over 8 years ago
- Status changed from New to Closed
- Resolution set to fixed
Yes, since the implementation of Quotas, CPU is now a required attribute. Updated the documentation:
http://opennebula.org/documentation:rel3.8:template#capacity_section
THANKS for pointing this out.