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

bug : default shutdown timeout is now 300 and typo fixing

This commit is contained in:
Javi Fontan 2012-04-25 16:44:00 +02:00
parent 28ad6e8743
commit d364c3e57f
2 changed files with 6 additions and 6 deletions
src/vmm_mad/remotes

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