commit | 78418515f10755f3ecd88c78a05ac109ae01409d | [log] [tgz] |
---|---|---|
author | Artem Panchenko <apanchenko@mirantis.com> | Thu Jun 15 12:16:44 2017 +0300 |
committer | Artem Panchenko <apanchenko@mirantis.com> | Wed Jun 21 11:24:27 2017 +0000 |
tree | ba9ca4a617850eb6a73357dcd38523a33191c032 | |
parent | dc241dc0d060566e36dc2da6f15a9ad133ecd904 [diff] |
Don't detach from container while copying files from it Files copying from containers to host shouldn't be performed in background, because corresponding states must ensure that operation is completed. Also remove containers after data is copied. It's impossible to create a state which waits util the command in container exits by using 'dockerng' module, for details see this issue: https://github.com/saltstack/salt/issues/30199 Change-Id: I74cc1f93b5f72e2e05add0a147e03f149846a07e Closes: https://mirantis.jira.com/browse/PROD-12036