From: Patrick Donnelly Date: Tue, 21 Mar 2023 20:41:17 +0000 (-0400) Subject: qa/tasks: use medium compression X-Git-Tag: v19.0.0~1184^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3c76cc3c5172591cdfd88b3d0f29298aba6fde9c;p=ceph.git qa/tasks: use medium compression To speed up compression. Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 10dcc2aee04..eafc8dc5296 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -278,6 +278,7 @@ def ceph_log(ctx, config): '--no-run-if-empty', '--', 'gzip', + '-5', '--', ], wait=False, diff --git a/qa/tasks/ceph_deploy.py b/qa/tasks/ceph_deploy.py index 83918a03f5f..1a6ea806c5b 100644 --- a/qa/tasks/ceph_deploy.py +++ b/qa/tasks/ceph_deploy.py @@ -540,6 +540,7 @@ def build_ceph_cluster(ctx, config): '--no-run-if-empty', '--', 'gzip', + '-5', '--', ], wait=False, diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 0e912260170..5b83a6ded19 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -363,6 +363,7 @@ def ceph_log(ctx, config): '--no-run-if-empty', '--', 'gzip', + '-5', '--', ], wait=False, diff --git a/qa/tasks/rook.py b/qa/tasks/rook.py index 12d01ce8930..7db0cb5e602 100644 --- a/qa/tasks/rook.py +++ b/qa/tasks/rook.py @@ -279,6 +279,7 @@ def ceph_log(ctx, config): '--no-run-if-empty', '--', 'gzip', + '-5', '--', ], wait=False,