1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

Bug #1276: Increase timeout value The previous value of 5 seconds was not sufficient to complete the initialization phase and the oned process was killed prematurely. This causes subsequent startup attempts of oned to fail without providing an easily identifiable failure cause.

This commit is contained in:
Robert Schweikert 2012-05-15 12:02:30 -04:00 committed by Jaime Melis
parent 097bcae0ac
commit eadb36122b

View File

@ -15,7 +15,7 @@
#--------------------------------------------------------------------------- #
# One time setup for oned
KILL_9_SECONDS=5
KILL_9_SECONDS=10
LOCK_FILE=/var/lock/one/one
LOCK_FILE_DIR=/var/lock/one