]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Use SFTPClienti get for long reads/writes
authorWarren Usui <warren.usui@inktank.com>
Thu, 1 May 2014 01:09:12 +0000 (18:09 -0700)
committerZack Cerza <zack@cerza.org>
Tue, 6 May 2014 19:59:52 +0000 (14:59 -0500)
commit36b07b8aee786861704f9204c2047b14e34ff959
tree4c9f8021275f7ba11b405e16bc0a832b6bc01077
parent091d1fe48d0d56288e8043b53b6be9d27f7e14fa
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>
teuthology/misc.py
teuthology/orchestra/remote.py