mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
bug #1211: default shutdown timeout is now 300 and typo fixing
This commit is contained in:
parent
28ad6e8743
commit
d364c3e57f
@ -20,9 +20,9 @@ export LIBVIRT_URI=qemu:///system
|
||||
|
||||
export QEMU_PROTOCOL=qemu+ssh
|
||||
|
||||
# Senconds to wait after shutdown until timeout
|
||||
export SHUTDOWN_TIMEOUT=120
|
||||
# Seconds to wait after shutdown until timeout
|
||||
export SHUTDOWN_TIMEOUT=300
|
||||
|
||||
# Uncoment this line to force VM cancellation after shutdown timeout
|
||||
# Uncomment this line to force VM cancellation after shutdown timeout
|
||||
#export FORCE_DESTROY=yes
|
||||
|
||||
|
@ -28,10 +28,10 @@ export XM_LIST="sudo $XM_PATH list"
|
||||
export XM_SHUTDOWN="sudo $XM_PATH shutdown"
|
||||
export XM_POLL="sudo /usr/sbin/xentop -bi2"
|
||||
|
||||
# Senconds to wait after shutdown until timeout
|
||||
export SHUTDOWN_TIMEOUT=120
|
||||
# Seconds to wait after shutdown until timeout
|
||||
export SHUTDOWN_TIMEOUT=300
|
||||
|
||||
# Uncoment this line to force VM cancellation after shutdown timeout
|
||||
# Uncomment this line to force VM cancellation after shutdown timeout
|
||||
#export FORCE_DESTROY=yes
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user