]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks: use medium compression
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Mar 2023 20:41:17 +0000 (16:41 -0400)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 11 Aug 2023 13:12:54 +0000 (20:12 +0700)
To speed up compression.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 3c76cc3c5172591cdfd88b3d0f29298aba6fde9c)

qa/tasks/ceph.py
qa/tasks/ceph_deploy.py
qa/tasks/cephadm.py
qa/tasks/rook.py

index e0aae2996c970e2ac451ad644a3ad874f28f4aa2..b1337d41e23b223032e591491db0cb1177a61957 100644 (file)
@@ -278,6 +278,7 @@ def ceph_log(ctx, config):
                         '--no-run-if-empty',
                         '--',
                         'gzip',
+                        '-5',
                         '--',
                     ],
                     wait=False,
index 83918a03f5fb5a6b61682ebe50d6f23b2e9db232..1a6ea806c5b2d9f63965d6ad645c2384b7fd7eaa 100644 (file)
@@ -540,6 +540,7 @@ def build_ceph_cluster(ctx, config):
                         '--no-run-if-empty',
                         '--',
                         'gzip',
+                        '-5',
                         '--',
                     ],
                     wait=False,
index b6879fad3b4cff1d8d8f0d46682c385bf851c999..0eeaf54c4020e636c513312f0c7111e60cf8524d 100644 (file)
@@ -274,6 +274,7 @@ def ceph_log(ctx, config):
                         '--no-run-if-empty',
                         '--',
                         'gzip',
+                        '-5',
                         '--',
                     ],
                     wait=False,
index 4a1f09e1e17c56798e20da54e587ec54b09c8b98..8b367f53db7f3f8fd3efd631d0d599dd99ec983e 100644 (file)
@@ -267,6 +267,7 @@ def ceph_log(ctx, config):
                         '--no-run-if-empty',
                         '--',
                         'gzip',
+                        '-5',
                         '--',
                     ],
                     wait=False,