1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

F #4716: Tune default EC2 driver configuration

- Kill driver actions after 10 mins
- VMM driver can run in parallel
This commit is contained in:
Jaime Melis 2016-09-13 17:01:26 +02:00
parent 4c2c698eea
commit 12fb7b5fed

View File

@ -343,7 +343,7 @@ IM_MAD = [
# NAME = "ec2",
# SUNSTONE_NAME = "Amazon EC2",
# EXECUTABLE = "one_im_sh",
# ARGUMENTS = "-c -t 1 -r 0 ec2" ]
# ARGUMENTS = "-c -t 1 -r 0 -w 600 ec2" ]
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -477,12 +477,13 @@ VM_MAD = [
# -r number of retries when monitoring a host
# -t number of threads, i.e. number of actions performed at the same time
# -w Timeout in seconds to execute external commands (default unlimited)
# -p more than one action per host in parallel, needs support from hypervisor
#-------------------------------------------------------------------------------
#VM_MAD = [
# NAME = "ec2",
# SUNSTONE_NAME = "Amazon EC2",
# EXECUTABLE = "one_vmm_sh",
# ARGUMENTS = "-t 15 -r 0 ec2",
# ARGUMENTS = "-t 15 -r 0 -w 600 -p ec2",
# TYPE = "xml",
# KEEP_SNAPSHOTS = "no",
# IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, hold, release, suspend,