From: Vasu Kulkarni Date: Tue, 12 May 2020 03:11:35 +0000 (-0700) Subject: add derefernce of symlink X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5d88b509eac1b0c85aecf1d8941a1379c9191283;p=teuthology.git add derefernce of symlink Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index acafef3a66..9251498874 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -429,7 +429,7 @@ class Remote(object): args.append('sudo') args.extend([ 'tar', - 'cz', + 'czh', '-f', '-', '-C', path, '--', @@ -452,7 +452,7 @@ class Remote(object): args.append('sudo') args.extend([ 'tar', - 'cz', + 'czh', '-f', '-', '-C', path, '--',