Merge "Linux.runCommand() and Linux.putFile() are now non-synchronized"

This commit is contained in:
Jenkins 2016-08-09 14:38:56 +00:00 committed by Gerrit Code Review
commit 29652cd3f4
2 changed files with 11 additions and 0 deletions

View File

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

View File

@ -0,0 +1,4 @@
---
fixes:
- Helper methods of Linux class now can be run concurrently if executed for
different VM agents.