redhat-cip / config-tools

Config Tools
8 stars 11 forks source link

send.sh: Don't rsync when provisionning from IS #80

Closed dsavineau closed 9 years ago

dsavineau commented 9 years ago

When using the install-server node to do the provisionning, the send.sh script will send the tarball to itself with rsync+ssh.

To reduce this time to seconds (instead of some minutes) we just need to copy the files in /tmp directory.

# time send.sh
local copy : ~ 2.65s
rsync+ssh  : ~ 1m30
Prophidys commented 9 years ago

:+1:

goldyfruit commented 9 years ago

:+1: