diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 35b52fbf552..10dcc2aee04 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -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', '--', diff --git a/qa/tasks/ceph_deploy.py b/qa/tasks/ceph_deploy.py index 99c8c1ffbc1..83918a03f5f 100644 --- a/qa/tasks/ceph_deploy.py +++ b/qa/tasks/ceph_deploy.py @@ -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', '--', diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 84685b824bf..0e912260170 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -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', '--', diff --git a/qa/tasks/rook.py b/qa/tasks/rook.py index 427f8324e30..12d01ce8930 100644 --- a/qa/tasks/rook.py +++ b/qa/tasks/rook.py @@ -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', '--',