]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Use remote.get_tar_stream in misc.pull_directory 973/head
authorDan Mick <dan.mick@redhat.com>
Wed, 2 Nov 2016 04:27:13 +0000 (21:27 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 2 Nov 2016 05:35:40 +0000 (22:35 -0700)
commiteb736241cb0c03203b3b4c95f36ef4280cd729de
treec1e17dfa85dabb31afaabbfbdde7708afff19cd2
parent9dff8577bc4322354c098c5ff4df57b0d2d444bb
Use remote.get_tar_stream in misc.pull_directory

Avoids remote and local temp files, and subsequent read/write
thrashing of local dir.  Since some of those directories are
multiple tens or hundreds of gigabytes, the extra file load
is important.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/misc.py