qa/ceph: parallelize gzip

Our machines have lots of cores, use them!

Fixes: https://tracker.ceph.com/issues/59120
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2023-03-21 16:39:05 -04:00
parent c989b0a351
commit 23a29d4abe
No known key found for this signature in database
GPG Key ID: BE69BB7D36E459B4
4 changed files with 12 additions and 0 deletions

View 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',
'--',

View 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',
'--',

View File

@ -356,6 +356,9 @@ def ceph_log(ctx, config):
run.Raw('|'),
'sudo',
'xargs',
'--max-args=1',
'--max-procs=0',
'--verbose',
'-0',
'--no-run-if-empty',
'--',

View File

@ -272,6 +272,9 @@ def ceph_log(ctx, config):
run.Raw('|'),
'sudo',
'xargs',
'--max-args=1',
'--max-procs=0',
'--verbose',
'-0',
'--no-run-if-empty',
'--',