mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #2911: Add concurrency to vCenter driver
This commit is contained in:
parent
5947a30aab
commit
3ac1fb2d0b
@ -451,7 +451,7 @@ VM_MAD = [
|
||||
#VM_MAD = [
|
||||
# name = "vcenter",
|
||||
# executable = "one_vmm_sh",
|
||||
# arguments = "-t 15 -r 0 vcenter -s sh",
|
||||
# arguments = "-p -t 15 -r 0 vcenter -s sh",
|
||||
# type = "xml" ]
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
@ -902,7 +902,7 @@ opts = GetoptLong.new(
|
||||
[ '--threads', '-t', GetoptLong::OPTIONAL_ARGUMENT ],
|
||||
[ '--local', '-l', GetoptLong::REQUIRED_ARGUMENT ],
|
||||
[ '--shell', '-s', GetoptLong::REQUIRED_ARGUMENT ],
|
||||
[ '--parallel' '-p', GetoptLong::NO_ARGUMENT ]
|
||||
[ '--parallel', '-p', GetoptLong::NO_ARGUMENT ]
|
||||
)
|
||||
|
||||
hypervisor = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user