Merge "Linux.runCommand() and Linux.putFile() are now non-synchronized"
This commit is contained in:
commit
29652cd3f4
@ -14,11 +14,15 @@ Namespaces:
|
||||
=: io.murano.configuration
|
||||
std: io.murano
|
||||
sys: io.murano.system
|
||||
m: io.murano.metadata.engine
|
||||
|
||||
Name: Linux
|
||||
|
||||
Methods:
|
||||
runCommand:
|
||||
Meta:
|
||||
- m:Synchronize:
|
||||
onArgs: agent
|
||||
Usage: Static
|
||||
Arguments:
|
||||
- agent:
|
||||
@ -59,6 +63,9 @@ Methods:
|
||||
|
||||
putFile:
|
||||
Usage: Static
|
||||
Meta:
|
||||
- m:Synchronize:
|
||||
onArgs: agent
|
||||
Arguments:
|
||||
- agent:
|
||||
Contract: $.class(sys:Agent)
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Helper methods of Linux class now can be run concurrently if executed for
|
||||
different VM agents.
|
Loading…
Reference in New Issue
Block a user