From: Patrick Donnelly Date: Tue, 21 Mar 2023 20:41:17 +0000 (-0400) Subject: qa/tasks: use medium compression X-Git-Tag: v16.2.14~14^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2b4b91dc664f5b9796ba5f77805b4a44d09b9cc1;p=ceph.git qa/tasks: use medium compression To speed up compression. Signed-off-by: Patrick Donnelly (cherry picked from commit 3c76cc3c5172591cdfd88b3d0f29298aba6fde9c) --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index e0aae2996c97..b1337d41e23b 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 83918a03f5fb..1a6ea806c5b2 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 b6879fad3b4c..0eeaf54c4020 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -274,6 +274,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 4a1f09e1e17c..8b367f53db7f 100644 --- a/qa/tasks/rook.py +++ b/qa/tasks/rook.py @@ -267,6 +267,7 @@ def ceph_log(ctx, config): '--no-run-if-empty', '--', 'gzip', + '-5', '--', ], wait=False,