1
0
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:
kvaps 2020-03-10 12:15:13 +01:00 committed by GitHub
parent 5caaa4cee7
commit ad35e83ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
]