1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #2364: Better explanation of :action_period and :action_number in oneflow-server.conf

This commit is contained in:
Daniel Molina 2013-11-26 12:14:33 +01:00
parent 31faef8b04
commit c664a068b6

View File

@ -40,7 +40,9 @@
# Default shutdown action. Values: 'shutdown', 'shutdown-hard'
:shutdown_action: 'shutdown'
# Default oneflow action options when only one is supplied
# Default number of virtual machines (action_number) that will receive the
# given call in each interval defined by action_period, when an action
# is performed on a role.
:action_number: 1
:action_period: 60
@ -60,4 +62,4 @@
# Log debug level
# 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG
#
:debug_level: 2
:debug_level: 2