1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Rephrase misleading sched.conf comments

This commit is contained in:
Tino Vazquez 2019-01-31 12:35:54 +01:00
parent 26204d11dc
commit c1590d1b67
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

@ -16,10 +16,10 @@
# MAX_VM: Maximum number of Virtual Machines scheduled in each scheduling
# action. Use 0 to schedule all pending VMs each time.
#
# MAX_DISPATCH: Maximum number of Virtual Machines actually dispatched to a
# host in each scheduling action
# MAX_DISPATCH: Maximum number of Virtual Machines dispatched host in each
# scheduling action
#
# MAX_HOST: Maximum number of Virtual Machines dispatched to a given host in
# MAX_HOST: Maximum number of Virtual Machines dispatched to each host in
# each scheduling action
#
# LIVE_RESCHEDS: Perform live (1) or cold migrations (0) when rescheduling a VM
@ -45,7 +45,7 @@
# 1 = Striping. Tries to optimize I/O by distributing the VMs across
# datastores.
# 2 = Custom.
# - rank: Custom arithmetic exprission to rank suitable datastores based
# - rank: Custom arithmetic expression to rank suitable datastores based
# on their attributes
# 3 = Fixed. Datastores will be ranked according to the PRIORITY attribute
# found in the Datastore template.
@ -56,13 +56,13 @@
# less free leases
# 1 = Striping. Tries to distribute address usage across VNETs.
# 2 = Custom.
# - rank: Custom arithmetic exprission to rank suitable datastores based
# - rank: Custom arithmetic expression to rank suitable datastores based
# on their attributes
# 3 = Fixed. Virtual Networks will be ranked according to the PRIORITY
# 3 = Fixed. Virtual Networks will be ranked according to the PRIORITY
# attribute found in the Virtual Network template.
#
# DIFFERENT_VNETS: When set (YES) the NICs of a VM will be forced to be in
# different Virtual Networks.
# DIFFERENT_VNETS: When set (YES) the NICs of a VM will be forced to be in
# different Virtual Networks.
#
# LOG: Configuration for the logging system
# - system: defines the logging system:
@ -86,7 +86,7 @@
#*******************************************************************************
MESSAGE_SIZE = 1073741824
TIMEOUT = 60
TIMEOUT = 60
ONE_XMLRPC = "http://localhost:2633/RPC2"