]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/ceph: parallelize gzip
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Mar 2023 20:39:05 +0000 (16:39 -0400)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 11 Aug 2023 13:12:54 +0000 (20:12 +0700)
Our machines have lots of cores, use them!

Fixes: https://tracker.ceph.com/issues/59120
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 23a29d4abe54d987a99434ad0d733e0b44a213f9)

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

index c9d361969c88639bc1b6e6400c3b242abb75d118..e0aae2996c970e2ac451ad644a3ad874f28f4aa2 100644 (file)
@@ -271,6 +271,9 @@ def ceph_log(ctx, config):
                         run.Raw('|'),
                         'sudo',
                         'xargs',
+                        '--max-args=1',
+                        '--max-procs=0',
+                        '--verbose',
                         '-0',
                         '--no-run-if-empty',
                         '--',
index 99c8c1ffbc12b24cd4cdb046b037f82fd644b824..83918a03f5fb5a6b61682ebe50d6f23b2e9db232 100644 (file)
@@ -533,6 +533,9 @@ def build_ceph_cluster(ctx, config):
                         run.Raw('|'),
                         'sudo',
                         'xargs',
+                        '--max-args=1',
+                        '--max-procs=0',
+                        '--verbose',
                         '-0',
                         '--no-run-if-empty',
                         '--',
index 07105c53d863f4847b7e49ed30ff8c4184b9b8d7..b6879fad3b4cff1d8d8f0d46682c385bf851c999 100644 (file)
@@ -267,6 +267,9 @@ def ceph_log(ctx, config):
                         run.Raw('|'),
                         'sudo',
                         'xargs',
+                        '--max-args=1',
+                        '--max-procs=0',
+                        '--verbose',
                         '-0',
                         '--no-run-if-empty',
                         '--',
index bdd9e58dcd3f6a68ff06083e635fc19265fd83ff..4a1f09e1e17c56798e20da54e587ec54b09c8b98 100644 (file)
@@ -260,6 +260,9 @@ def ceph_log(ctx, config):
                         run.Raw('|'),
                         'sudo',
                         'xargs',
+                        '--max-args=1',
+                        '--max-procs=0',
+                        '--verbose',
                         '-0',
                         '--no-run-if-empty',
                         '--',