mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-25 06:03:36 +03:00
B #~: uppercase keys sched.conf (#4283)
Signed-off-by: kvaps <kvapss@gmail.com>
This commit is contained in:
parent
5caaa4cee7
commit
ad35e83ba4
@ -68,6 +68,7 @@
|
||||
# - system: defines the logging system:
|
||||
# file to log in the sched.log file
|
||||
# syslog to use the syslog facilities
|
||||
# std to use the default log stream (stderr) to use with systemd
|
||||
# - debug_level:
|
||||
# 0 = ERROR
|
||||
# 1 = WARNING
|
||||
@ -103,23 +104,23 @@ MEMORY_SYSTEM_DS_SCALE = 0
|
||||
DIFFERENT_VNETS = YES
|
||||
|
||||
DEFAULT_SCHED = [
|
||||
policy = 1
|
||||
POLICY = 1
|
||||
]
|
||||
|
||||
DEFAULT_DS_SCHED = [
|
||||
policy = 1
|
||||
POLICY = 1
|
||||
]
|
||||
|
||||
DEFAULT_NIC_SCHED = [
|
||||
policy = 1
|
||||
POLICY = 1
|
||||
]
|
||||
|
||||
#DEFAULT_SCHED = [
|
||||
# policy = 3,
|
||||
# rank = "- (RUNNING_VMS * 50 + FREE_CPU)"
|
||||
# POLICY = 3,
|
||||
# RANK = "- (RUNNING_VMS * 50 + FREE_CPU)"
|
||||
#]
|
||||
|
||||
LOG = [
|
||||
system = "file",
|
||||
debug_level = 3
|
||||
SYSTEM = "file",
|
||||
DEBUG_LEVEL = 3
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user