You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/ansible_mitogen
David Wilson 638b196a45 ansible: fix put_file() for large temporary files.
Reverts 49736b3a, large file copies can't avoid the RTT.

The parent stack must be blocked while FileService progresses, as unlike
the small file path, it does not make a snapshot of the (possibly
temporary) file passed by the action plug-in. So we need to keep that
file alive while the service runs.

Add a new integration test and a new soak test to cover both.
6 years ago
..
plugins issue #342: forward _create_control_path() to SSH plugin. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
connection.py ansible: fix put_file() for large temporary files. 6 years ago
loaders.py issue #321: take remote_tmp and system_tmpdirs into account. 6 years ago
logging.py issue #317: ansible: fix log filtering in several cases 6 years ago
mixins.py ansible: fix regression. 6 years ago
module_finder.py ansible: fix 3.x dependency scanning on OS X 6 years ago
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 6 years ago
planner.py ansible: stop sharing target temp_dir in runner. 6 years ago
process.py ansible: copy GIL change from linear2 branch. 6 years ago
runner.py ansible: stop sharing target temp_dir in runner. 6 years ago
services.py master: allow batching context switches for forward_modules() 6 years ago
strategy.py issue #299: ansible: fix PluginLoader.get() monkey-patch 6 years ago
target.py issue #321: take remote_tmp and system_tmpdirs into account. 6 years ago