From: Patrick Donnelly Date: Tue, 21 Mar 2023 14:37:25 +0000 (-0400) Subject: teuthology/misc: give verbose gzip output X-Git-Tag: 1.2.0~116^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=394c9d5dbc6be3b0cc1e3265d4c8d4c416b88436;p=teuthology.git teuthology/misc: give verbose gzip output For future analysis. Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/misc.py b/teuthology/misc.py index 7207ba15f..55b22b6fc 100644 --- a/teuthology/misc.py +++ b/teuthology/misc.py @@ -1367,7 +1367,7 @@ def compress_logs(ctx, remote_dir): run.wait( ctx.cluster.run( args=(f"sudo find {remote_dir} -name *.log -print0 | " - f"sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --"), + f"sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose --"), wait=False, ), )