add official default cpu allocation ratio.
Everyone know how to override default cpu allocation ratio via it. Change-Id: I059f5167be170b617a440e2e06b421f9062843a6
This commit is contained in:
parent
6b79b6aaef
commit
5b266b5d58
@ -172,13 +172,14 @@ needs to create ``/etc/kolla/config/nova/nova-scheduler.conf`` with content:
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
scheduler_max_attempts = 100
|
scheduler_max_attempts = 100
|
||||||
|
|
||||||
If the operator wants to configure compute node ram allocation ratio
|
If the operator wants to configure compute node cpu and ram allocation ratio
|
||||||
on host myhost, the operator needs to create file
|
on host myhost, the operator needs to create file
|
||||||
``/etc/kolla/config/nova/myhost/nova.conf`` with content:
|
``/etc/kolla/config/nova/myhost/nova.conf`` with content:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
cpu_allocation_ratio = 16.0
|
||||||
ram_allocation_ratio = 5.0
|
ram_allocation_ratio = 5.0
|
||||||
|
|
||||||
Kolla allows the operator to override configuration globally for all services.
|
Kolla allows the operator to override configuration globally for all services.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user