mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
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:
parent
c989b0a351
commit
23a29d4abe
@ -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',
|
||||
'--',
|
||||
|
@ -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',
|
||||
'--',
|
||||
|
@ -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',
|
||||
'--',
|
||||
|
@ -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',
|
||||
'--',
|
||||
|
Loading…
Reference in New Issue
Block a user