ceph/teuthology/orchestra
Warren Usui 36b07b8aee Use SFTPClienti get for long reads/writes
Modified remote.py to use the paramiko SFTPClient get
method to extract long files (mostly tar files) from
the remote host.  The code formerly saved the data
in a long local string which was very inefficient.

Fixes: 8261
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-05-06 14:59:52 -05:00
..
test Update unit test for Cluster.__repr__() 2014-04-25 15:01:41 -05:00
__init__.py Move orchestra to teuthology.orchestra so there's just one top-level package. 2011-09-13 14:53:02 -07:00
cluster.py Fix Cluster.__repr__() 2014-04-25 11:36:43 -05:00
connection.py Add docstrings to the orchestra code. Also fix minor formatting issues 2014-02-14 12:57:54 -08:00
monkey.py Add docstrings to the orchestra code. Also fix minor formatting issues 2014-02-14 12:57:54 -08:00
remote.py Use SFTPClienti get for long reads/writes 2014-05-06 14:59:52 -05:00
run.py Iterate more sensibly over processes 2014-03-08 07:58:13 -06:00