Merge "test-log-collect: Improve rsync performance for log collection"

This commit is contained in:
Zuul 2018-10-26 19:26:33 +00:00 committed by Gerrit Code Review
commit 89358b4a5b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
export WORKING_DIR=${WORKING_DIR:-$(pwd)}
export TESTING_HOME=${TESTING_HOME:-$HOME}
export RSYNC_CMD="rsync --archive --safe-links --ignore-errors --quiet --no-perms --no-owner --no-group"
export RSYNC_CMD="rsync --archive --safe-links --ignore-errors --quiet --no-perms --no-owner --no-group --whole-file --inplace"
# NOTE(cloudnull): This is a very simple list of common directories in /etc we
# wish to search for when storing gate artifacts. When adding