diff --git a/share/etc/oned.conf b/share/etc/oned.conf index b3c6cbb6b6..683760a3e0 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -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" ] #------------------------------------------------------------------------------- diff --git a/src/vmm_mad/exec/one_vmm_exec.rb b/src/vmm_mad/exec/one_vmm_exec.rb index 2edf1b4c17..3d7fbcc8d4 100755 --- a/src/vmm_mad/exec/one_vmm_exec.rb +++ b/src/vmm_mad/exec/one_vmm_exec.rb @@ -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 = ''